From 859fa0a51ce0446b33077ed941ca885e6e5b1d6e Mon Sep 17 00:00:00 2001 From: kx1t Date: Mon, 5 Aug 2024 00:35:48 +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"]