Upgrade flake8-comprehensions to 3.7.0 (#57520)
parent
0139bfa749
commit
70aa8b6f00
|
@ -31,7 +31,7 @@ repos:
|
||||||
- pyflakes==2.3.1
|
- pyflakes==2.3.1
|
||||||
- flake8-docstrings==1.6.0
|
- flake8-docstrings==1.6.0
|
||||||
- pydocstyle==6.0.0
|
- pydocstyle==6.0.0
|
||||||
- flake8-comprehensions==3.5.0
|
- flake8-comprehensions==3.7.0
|
||||||
- flake8-noqa==1.1.0
|
- flake8-noqa==1.1.0
|
||||||
- mccabe==0.6.1
|
- mccabe==0.6.1
|
||||||
files: ^(homeassistant|script|tests)/.+\.py$
|
files: ^(homeassistant|script|tests)/.+\.py$
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
bandit==1.7.0
|
bandit==1.7.0
|
||||||
black==21.9b0
|
black==21.9b0
|
||||||
codespell==2.0.0
|
codespell==2.0.0
|
||||||
flake8-comprehensions==3.5.0
|
flake8-comprehensions==3.7.0
|
||||||
flake8-docstrings==1.6.0
|
flake8-docstrings==1.6.0
|
||||||
flake8-noqa==1.1.0
|
flake8-noqa==1.1.0
|
||||||
flake8==3.9.2
|
flake8==3.9.2
|
||||||
|
|
Loading…
Reference in New Issue