1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-01 22:23:08 +01:00

Update flake8-comprehensions to 3.8.0 (#68164)

This commit is contained in:
Franck Nijhof
2022-03-15 11:06:13 +01:00
committed by GitHub
parent fa1394ff47
commit fabcdf7498
2 changed files with 2 additions and 2 deletions

View File

@@ -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$