From 856cb097108b2195177650d91470b87297485533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:25:16 +0000 Subject: [PATCH] build(deps): bump https://github.com/pycqa/flake8 from 3.9.2 to 7.3.0 Bumps [https://github.com/pycqa/flake8](https://github.com/pycqa/flake8) from 3.9.2 to 7.3.0. - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...7.3.0) --- updated-dependencies: - dependency-name: https://github.com/pycqa/flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 57e7e64..674020a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: black language_version: python3 - repo: https://github.com/pycqa/flake8 - rev: 3.9.2 + rev: 7.3.0 hooks: - id: flake8 exclude: tests|conftest.py|setup.py