Update flake8-comprehensions to 3.8.0 (#68164)
parent
fa1394ff47
commit
fabcdf7498
|
@ -31,7 +31,7 @@ repos:
|
|||
- pyflakes==2.4.0
|
||||
- flake8-docstrings==1.6.0
|
||||
- pydocstyle==6.1.1
|
||||
- flake8-comprehensions==3.7.0
|
||||
- flake8-comprehensions==3.8.0
|
||||
- flake8-noqa==1.2.1
|
||||
- mccabe==0.6.1
|
||||
files: ^(homeassistant|script|tests)/.+\.py$
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
bandit==1.7.4
|
||||
black==22.1.0
|
||||
codespell==2.1.0
|
||||
flake8-comprehensions==3.7.0
|
||||
flake8-comprehensions==3.8.0
|
||||
flake8-docstrings==1.6.0
|
||||
flake8-noqa==1.2.1
|
||||
flake8==4.0.1
|
||||
|
|
Loading…
Reference in New Issue