From 814d55ecf6b6a7e6d5c2bd47c44dc69d91f2d76b Mon Sep 17 00:00:00 2001 From: fredclausen Date: Sun, 7 Jan 2024 01:08:17 +0000 Subject: [PATCH] chore(deps): Update pre-commit hooks --- .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 cad52a5..d152953 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: "6.1.0" # pick a git hash / tag to point to + rev: "7.0.0" # pick a git hash / tag to point to hooks: - id: flake8 args: ["--extend-ignore=W503,W504,E501"]