From 34477a25da706c22fda7420bf93bc49bdddc971c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:32:42 +0000 Subject: [PATCH] build(deps): bump https://github.com/PyCQA/flake8 from 6.1.0 to 7.3.0 Bumps [https://github.com/PyCQA/flake8](https://github.com/PyCQA/flake8) from 6.1.0 to 7.3.0. - [Commits](https://github.com/PyCQA/flake8/compare/6.1.0...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 07f59f368..07de66bc8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: language_version: python3 exclude: "(tests/utils/stacks/linenos.py|tests/utils/stacks/linenos2.py|tests/contrib/grpc/grpc_app/.*pb2.*.py)" - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.3.0 hooks: - id: flake8 exclude: "(tests/utils/stacks/linenos.py|tests/utils/stacks/linenos2.py|tests/contrib/grpc/grpc_app/.*pb2.*.py)"