chore: updated pre-commit repos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Tobias Schmidl 2024-05-05 12:58:43 +02:00
parent 044be40d3a
commit 90965f36e7
2 changed files with 7 additions and 7 deletions

View file

@ -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
...

View file

@ -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
```