From 8f40a7d796063f1459fbbeb44acedaa89394205e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:05:44 +0000 Subject: [PATCH] Update pre-commit dependencies --- tests/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/.pre-commit-config.yaml b/tests/.pre-commit-config.yaml index 6d4b695..6ae1184 100644 --- a/tests/.pre-commit-config.yaml +++ b/tests/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: name: black entry: black - repo: https://github.com/pycqa/flake8 - rev: 7.2.0 + rev: 7.3.0 hooks: - id: flake8 args: ["--config", "tests/setup.cfg"]