From 99415be1800b06f938ff3f78611ff65de4eb96eb Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 7 Jan 2025 22:05:40 +1030 Subject: [PATCH] ci: Update Git Hooks --- Python/.pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Python/.pre-commit-config.yaml b/Python/.pre-commit-config.yaml index 779e4eb..e362e49 100644 --- a/Python/.pre-commit-config.yaml +++ b/Python/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: hooks: - id: commitizen - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -15,12 +15,12 @@ repos: - id: check-added-large-files # https://github.com/codespell-project/codespell?tab=readme-ov-file#pre-commit-hook - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.3.0 hooks: - id: codespell # https://github.com/markdownlint/markdownlint/blob/main/.pre-commit-hooks.yaml - repo: https://github.com/markdownlint/markdownlint - rev: v0.13.0 + rev: v0.12.0 hooks: - id: markdownlint name: Markdownlint