From b9e2cfad4de09aed5ba75459db94db91199fdd36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:52:14 +0100 Subject: [PATCH] Bump flake8 from 5.0.4 to 6.0.0 (#4020) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- .pre-commit-config.yaml | 2 +- requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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