From c6d8ed33f969009c004b69e91eb90befb3d89339 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Mon, 25 Mar 2024 12:28:11 +0100 Subject: [PATCH] Bump pre-commit tools --- .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 b94ca5c..2a2728c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,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-case-conflict @@ -11,7 +11,7 @@ repos: name: Check trailing whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.35.1 hooks: - id: yamllint name: Check yaml files (yamllint) @@ -54,7 +54,7 @@ repos: language: docker_image types: [markdown] - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell name: Checks for common misspellings in text files