From 2eb9d885ca237a228d6c41c0e21d3332416092b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 00:35:13 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pycqa/flake8 to v7.3.0 --- .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 b74adac9..f767c111 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -153,7 +153,7 @@ repos: - --ignore=D1,D203,D205,D212,D400,D401,D404,D407,D412,D413 files: coveralls/.* - repo: https://github.com/PyCQA/flake8 - rev: 7.1.2 + rev: 7.3.0 hooks: - id: flake8 language: python