From 86c0c24c989464cbb7f49ea8c99b73adce8f7e13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:06:09 +0000 Subject: [PATCH] Update pre-commit hook pycqa/flake8 to v7 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bb92d79..608103c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: black - repo: https://github.com/pycqa/flake8 - rev: '4.0.1' + rev: '7.1.1' hooks: - id: flake8 additional_dependencies: [ flake8-docstrings ]