From 14b29b8354b7706534481b27ebbe29e47410942f Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 11 Aug 2024 20:21:09 +0000 Subject: [PATCH] Bump flake8 from 7.1.0 to 7.1.1 --- .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 5e6d332..a6f1591 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: black language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/codespell-project/codespell