Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Dec 30, 2024
1 parent 50e9980 commit 5260a69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.8.4
hooks:
- id: ruff
args:
Expand All @@ -23,19 +23,19 @@ repos:
files: ^((custom_components|scripts|tests)/.+)?[^/]+\.py$
exclude: custom_components/xplora_watch/geocoder.py
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args:
- --ignore-words-list=additionals,alle,alot,bund,currenty,datas,deine,farenheit,falsy,fo,haa,hass,iif,incomfort,ines,ist,manuell,nam,nd,pres,pullrequests,resset,rime,ser,serie,te,technik,ue,unsecure,withing,zar
- --ignore-words-list=additionals,alle,alot,bund,currenty,datas,deine,farenheit,falsy,fo,haa,hass,iif,incomfort,ines,intoto,ist,manuell,nam,nd,pres,pullrequests,resset,rime,ser,serie,te,technik,ue,unsecure,withing,zar
- --skip="./.*,*.csv,*.json,*.ambr"
- --quiet-level=2
exclude_types: [csv, json]
exclude: custom_components/xplora_watch/geocoder.py
additional_dependencies:
- tomli
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-executables-have-shebangs
stages: [manual]
Expand All @@ -48,7 +48,7 @@ repos:
exclude_types: [json]
exclude: (markdown-card-read-messages\.md)
- repo: https://github.com/cdce8p/python-typing-update
rev: v0.6.0
rev: v0.7.0
hooks:
# Run `python-typing-update` hook manually from time to time
# to update python typing syntax.
Expand All @@ -57,7 +57,7 @@ repos:
- id: python-typing-update
stages: [manual]
args:
- --py311-plus
- --py312-plus
- --force
- --keep-updates
files: ^(custom_components|tests|scripts)/.+\.py$

0 comments on commit 5260a69

Please sign in to comment.