diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37b70ae6c..e8afdc2b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - py310 files: ^((supervisor|tests)/.+)?[^/]+\.py$ - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: diff --git a/requirements_tests.txt b/requirements_tests.txt index c58327bdf..749221144 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -2,7 +2,7 @@ black==22.12.0 codecov==2.1.12 coverage==7.0.1 flake8-docstrings==1.6.0 -flake8==5.0.4 +flake8==6.0.0 pre-commit==2.21.0 pydocstyle==6.1.1 pylint==2.15.9