From 90965f36e79e84e08557401d213cb64388a470d0 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sun, 5 May 2024 12:58:43 +0200 Subject: [PATCH] chore: updated pre-commit repos --- .pre-commit-config.yaml | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eda76cc..452fc4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -13,7 +13,7 @@ repos: - id: check-merge-conflict - id: check-byte-order-marker - repo: https://github.com/fsfe/reuse-tool - rev: v2.1.0 + rev: v3.0.2 hooks: - id: reuse - repo: https://github.com/editorconfig-checker/editorconfig-checker.python @@ -23,20 +23,20 @@ repos: alias: ec stages: [commit] - repo: https://github.com/compilerla/conventional-pre-commit - rev: v2.4.0 + rev: v3.2.0 hooks: - id: conventional-pre-commit stages: [commit-msg] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.40.0 hooks: - id: markdownlint - repo: https://github.com/koalaman/shellcheck-precommit - rev: v0.9.0 + rev: v0.10.0 hooks: - id: shellcheck - repo: https://git.schmidl.dev/schtobia/woodpecker-lint - rev: 1.0.0 + rev: v1.1.0 hooks: - id: woodpecker-lint ... diff --git a/README.md b/README.md index afeed49..9dff791 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ SPDX-License-Identifier: GPL-3.0-or-later ## init of pre-commit hooks ```shell -$ pre-commit install -t commit-msg -t pre-commit +pre-commit install -t commit-msg -t pre-commit ```