From ea3b5b2884a0ddaf55176953e83c4de9b680f729 Mon Sep 17 00:00:00 2001 From: Yu Ishikawa Date: Tue, 17 Dec 2024 09:50:17 +0900 Subject: [PATCH] Update pre-commit hooks (#134) Signed-off-by: Yu Ishikawa --- .pre-commit-config.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95cb4af..456c475 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -24,7 +24,7 @@ repos: - id: check-yaml - id: detect-private-key - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.4 hooks: - id: actionlint # - repo: https://github.com/asottile/reorder_python_imports @@ -32,7 +32,7 @@ repos: # hooks: # - id: reorder-python-imports - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/pycqa/isort @@ -41,7 +41,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/pycqa/pylint - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pylint # - repo: https://github.com/pre-commit/mirrors-mypy @@ -53,3 +53,7 @@ repos: rev: v0.10.0.1 hooks: - id: shellcheck + - repo: https://github.com/rhysd/actionlint + rev: v1.7.4 + hooks: + - id: actionlint-docker