From a8049ef0723745dc39a936ffd55594652e41f3f8 Mon Sep 17 00:00:00 2001 From: htwangtw Date: Mon, 8 Jan 2024 00:58:41 +0000 Subject: [PATCH] pre-commit hooks auto-update --- .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 604dec5..faf8fab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/hadolint/hadolint