mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Update flake8 and related dependencies (#82854)
This commit is contained in:
parent
7dff44b3e9
commit
15f95a0787
@ -5,7 +5,7 @@ repos:
|
|||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py39-plus]
|
args: [--py39-plus]
|
||||||
- repo: https://github.com/PyCQA/autoflake
|
- repo: https://github.com/PyCQA/autoflake
|
||||||
rev: v1.7.7
|
rev: v2.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: autoflake
|
- id: autoflake
|
||||||
args:
|
args:
|
||||||
@ -30,17 +30,17 @@ repos:
|
|||||||
exclude_types: [csv, json]
|
exclude_types: [csv, json]
|
||||||
exclude: ^tests/fixtures/|homeassistant/generated/
|
exclude: ^tests/fixtures/|homeassistant/generated/
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 4.0.1
|
rev: 6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- pycodestyle==2.8.0
|
- pycodestyle==2.10.0
|
||||||
- pyflakes==2.4.0
|
- pyflakes==3.0.1
|
||||||
- flake8-docstrings==1.6.0
|
- flake8-docstrings==1.6.0
|
||||||
- pydocstyle==6.1.1
|
- pydocstyle==6.1.1
|
||||||
- flake8-comprehensions==3.10.0
|
- flake8-comprehensions==3.10.1
|
||||||
- flake8-noqa==1.2.8
|
- flake8-noqa==1.3.0
|
||||||
- mccabe==0.6.1
|
- mccabe==0.7.0
|
||||||
files: ^(homeassistant|script|tests)/.+\.py$
|
files: ^(homeassistant|script|tests)/.+\.py$
|
||||||
- repo: https://github.com/PyCQA/bandit
|
- repo: https://github.com/PyCQA/bandit
|
||||||
rev: 1.7.4
|
rev: 1.7.4
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
|
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
|
||||||
|
|
||||||
autoflake==1.7.7
|
autoflake==2.0.0
|
||||||
bandit==1.7.4
|
bandit==1.7.4
|
||||||
black==22.10.0
|
black==22.10.0
|
||||||
codespell==2.1.0
|
codespell==2.1.0
|
||||||
flake8-comprehensions==3.10.0
|
flake8-comprehensions==3.10.1
|
||||||
flake8-docstrings==1.6.0
|
flake8-docstrings==1.6.0
|
||||||
flake8-noqa==1.2.8
|
flake8-noqa==1.3.0
|
||||||
flake8==4.0.1
|
flake8==6.0.0
|
||||||
isort==5.10.1
|
isort==5.10.1
|
||||||
mccabe==0.6.1
|
mccabe==0.7.0
|
||||||
pycodestyle==2.8.0
|
pycodestyle==2.10.0
|
||||||
pydocstyle==6.1.1
|
pydocstyle==6.1.1
|
||||||
pyflakes==2.4.0
|
pyflakes==3.0.1
|
||||||
pyupgrade==3.2.2
|
pyupgrade==3.2.2
|
||||||
yamllint==1.28.0
|
yamllint==1.28.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user