From 543e5562954748f016f628df04c1fa3139972ba4 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 11 Aug 2024 20:25:27 +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 ee7da49..d402215 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,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]