diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4bf6908e69..09ce50b8dd4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - pyflakes==2.3.1 - flake8-docstrings==1.6.0 - pydocstyle==6.0.0 - - flake8-comprehensions==3.4.0 + - flake8-comprehensions==3.5.0 - flake8-noqa==1.1.0 - mccabe==0.6.1 files: ^(homeassistant|script|tests)/.+\.py$ diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 1d6af7f315a..55a4bbf6491 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -3,7 +3,7 @@ bandit==1.7.0 black==21.5b1 codespell==2.0.0 -flake8-comprehensions==3.4.0 +flake8-comprehensions==3.5.0 flake8-docstrings==1.6.0 flake8-noqa==1.1.0 flake8==3.9.2