Skip to content

Commit

Permalink
Improve pre-commit hooks (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Aug 6, 2024
1 parent 6bffa14 commit 7fd08a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ repos:
args:
- --safe
- --quiet
files: ^((components|esphome|script|tests)/.+)?[^/]+\.py$
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings==1.5.0
- pydocstyle==5.1.1
files: ^(components|esphome|tests)/.+\.py$
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
hooks:
Expand Down

0 comments on commit 7fd08a1

Please sign in to comment.