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 Apr 13, 2024
1 parent 63f1d58 commit 8ed57d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- --line-length=127
exclude: custom_components/xplora_watch/geocoder.py
- id: ruff-format
files: ^((custom_components|script|tests)/.+)?[^/]+\.py$
files: ^((custom_components|scripts|tests)/.+)?[^/]+\.py$
exclude: custom_components/xplora_watch/geocoder.py
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
Expand Down Expand Up @@ -60,4 +60,4 @@ repos:
- --py311-plus
- --force
- --keep-updates
files: ^(custom_components|tests|script)/.+\.py$
files: ^(custom_components|tests|scripts)/.+\.py$

0 comments on commit 8ed57d9

Please sign in to comment.