From 4fd4937c785d50e75170bd086701aa42c52feb65 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 11 Aug 2024 20:22:16 +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 1f9024c..3dd6711 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: black language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 args: [--max-line-length=119]