From 673e0a9ed012d32af923d2627d57b0febd9da82c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 02:58:42 +0000 Subject: [PATCH] build(deps): 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 ea4b2f1..6a07bae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: exclude: ^tests/|^docs - repo: 'https://github.com/pycqa/flake8' - rev: 6.1.0 + rev: 7.1.1 hooks: - id: flake8 exclude: ^tests/|^docs/