From 6a895d4a18165640741ef14fa342f1ff09252d50 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Mon, 5 Feb 2024 11:31:43 -0500 Subject: [PATCH] pre-commit autoupdate --- .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 26cda215..f4d9023d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,7 +72,7 @@ repos: additional_dependencies: [toml] - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 args: ["--ignore", "E501,W503"]