From 129242ea7bebba583ea593328b6957090832e00e Mon Sep 17 00:00:00 2001 From: fredclausen Date: Sun, 11 Aug 2024 00:55:08 +0000 Subject: [PATCH] [create-pull-request] automated change --- .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 622fbaa..fc35425 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: black - repo: https://github.com/pycqa/flake8 - rev: "7.1.0" # pick a git hash / tag to point to + rev: "7.1.1" # pick a git hash / tag to point to hooks: - id: flake8 args: ["--extend-ignore=W503,W504,E501"]