From f9861b5af13f0e2eaa9c7b6d59718cebd6abd90e Mon Sep 17 00:00:00 2001 From: kenorb Date: Tue, 13 Feb 2024 01:12:01 +0000 Subject: [PATCH] Pre-commit autoupdate --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b136264..dbb93d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-byte-order-marker @@ -16,7 +16,7 @@ repos: exclude: \.txt$ - repo: https://github.com/igorshubovych/markdownlint-cli.git - rev: v0.35.0 + rev: v0.39.0 hooks: - id: markdownlint @@ -32,7 +32,7 @@ repos: - id: shellcheck - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.34.0 hooks: - id: yamllint args: ["-c", ".yamllint", "-s"]