From db1976fc79b1ae1a0c8270f01ae133cb4b3077b1 Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Wed, 15 May 2024 15:19:56 +0200 Subject: [PATCH] Bump flake8 to v7.0.0 to address py3.12 issues --- .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 0547c6b9..815a92e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: description: Group and sort Python imports - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 description: Check Python code for correctness, consistency and adherence to best practices