diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 666a1bf8e0..e80656be98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: black language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/codespell-project/codespell diff --git a/changes/2756.misc.rst b/changes/2756.misc.rst new file mode 100644 index 0000000000..e1b6193e1c --- /dev/null +++ b/changes/2756.misc.rst @@ -0,0 +1 @@ +The ``pre-commit`` hook for ``flake8`` was updated to its latest version.