From 665c5cabe92c9663b985d6cf2915bceabf29d3db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:17:09 +0000 Subject: [PATCH] chore(deps): bump https://github.com/pycqa/flake8 from 7.3.0 to 7.3.0 Bumps [https://github.com/pycqa/flake8](https://github.com/pycqa/flake8) from 7.3.0 to 7.3.0. This release includes the previously tagged commit. - [Commits](https://github.com/pycqa/flake8/compare/d93590f5be797aabb60e3b09f2f52dddb02f349f...c48217e1fc006c2dddd14df54e83b67da15de5cd) --- updated-dependencies: - dependency-name: https://github.com/pycqa/flake8 dependency-version: 7.3.0 dependency-type: direct:production ... 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 7b642aafc..f7475f236 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,7 +60,7 @@ repos: # Similar to pylint, with a few more/different checks. For more available # extensions: https://github.com/DmytroLitvinov/awesome-flake8-extensions - repo: https://github.com/pycqa/flake8 - rev: d93590f5be797aabb60e3b09f2f52dddb02f349f # frozen: 7.3.0 + rev: c48217e1fc006c2dddd14df54e83b67da15de5cd # frozen: 7.3.0 hooks: - id: flake8 name: Check flake8 issues