mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Upgrade flake8 to 3.9.2 (#50664)
This commit is contained in:
parent
bdc1ab2b88
commit
5ce07e689a
@ -23,7 +23,7 @@ repos:
|
|||||||
exclude_types: [csv, json]
|
exclude_types: [csv, json]
|
||||||
exclude: ^tests/fixtures/
|
exclude: ^tests/fixtures/
|
||||||
- repo: https://gitlab.com/pycqa/flake8
|
- repo: https://gitlab.com/pycqa/flake8
|
||||||
rev: 3.9.1
|
rev: 3.9.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
|
@ -6,7 +6,7 @@ codespell==2.0.0
|
|||||||
flake8-comprehensions==3.4.0
|
flake8-comprehensions==3.4.0
|
||||||
flake8-docstrings==1.6.0
|
flake8-docstrings==1.6.0
|
||||||
flake8-noqa==1.1.0
|
flake8-noqa==1.1.0
|
||||||
flake8==3.9.1
|
flake8==3.9.2
|
||||||
isort==5.8.0
|
isort==5.8.0
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
pycodestyle==2.7.0
|
pycodestyle==2.7.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user