mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
Lint updates (#3992)
This commit is contained in:
parent
2c76381fcd
commit
16ebf9da4c
2 changed files with 5 additions and 5 deletions
|
@ -3,15 +3,15 @@
|
|||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: 22.6.0
|
||||
rev: 22.8.0
|
||||
hooks:
|
||||
- id: black
|
||||
args:
|
||||
- --safe
|
||||
- --quiet
|
||||
files: ^((esphome|script|tests)/.+)?[^/]+\.py$
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
rev: 4.0.1
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 5.0.4
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
|
@ -27,7 +27,7 @@ repos:
|
|||
- --branch=release
|
||||
- --branch=beta
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.0.0
|
||||
rev: v3.2.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py39-plus]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pylint==2.15.5
|
||||
flake8==5.0.4
|
||||
flake8==5.0.4 # also change in .pre-commit-config.yaml when updating
|
||||
black==22.8.0 # also change in .pre-commit-config.yaml when updating
|
||||
pyupgrade==3.2.0 # also change in .pre-commit-config.yaml when updating
|
||||
pre-commit
|
||||
|
|
Loading…
Reference in a new issue