diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd2d5ac7e20..7206de9ee83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - flake8-docstrings==1.6.0 - pydocstyle==6.1.1 - flake8-comprehensions==3.10.0 - - flake8-noqa==1.2.1 + - flake8-noqa==1.2.5 - mccabe==0.6.1 files: ^(homeassistant|script|tests)/.+\.py$ - repo: https://github.com/PyCQA/bandit diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index c229bc51731..dd5077cc00c 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -5,7 +5,7 @@ black==22.6.0 codespell==2.1.0 flake8-comprehensions==3.10.0 flake8-docstrings==1.6.0 -flake8-noqa==1.2.1 +flake8-noqa==1.2.5 flake8==4.0.1 isort==5.10.1 mccabe==0.6.1