chore: updated pre-commit repos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
044be40d3a
commit
90965f36e7
2 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
||||||
---
|
---
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v4.6.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
@ -13,7 +13,7 @@ repos:
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: check-byte-order-marker
|
- id: check-byte-order-marker
|
||||||
- repo: https://github.com/fsfe/reuse-tool
|
- repo: https://github.com/fsfe/reuse-tool
|
||||||
rev: v2.1.0
|
rev: v3.0.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: reuse
|
- id: reuse
|
||||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||||
|
@ -23,20 +23,20 @@ repos:
|
||||||
alias: ec
|
alias: ec
|
||||||
stages: [commit]
|
stages: [commit]
|
||||||
- repo: https://github.com/compilerla/conventional-pre-commit
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
||||||
rev: v2.4.0
|
rev: v3.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: conventional-pre-commit
|
- id: conventional-pre-commit
|
||||||
stages: [commit-msg]
|
stages: [commit-msg]
|
||||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||||
rev: v0.37.0
|
rev: v0.40.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
- repo: https://github.com/koalaman/shellcheck-precommit
|
- repo: https://github.com/koalaman/shellcheck-precommit
|
||||||
rev: v0.9.0
|
rev: v0.10.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: shellcheck
|
- id: shellcheck
|
||||||
- repo: https://git.schmidl.dev/schtobia/woodpecker-lint
|
- repo: https://git.schmidl.dev/schtobia/woodpecker-lint
|
||||||
rev: 1.0.0
|
rev: v1.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: woodpecker-lint
|
- id: woodpecker-lint
|
||||||
...
|
...
|
||||||
|
|
|
@ -9,5 +9,5 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
## init of pre-commit hooks
|
## init of pre-commit hooks
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ pre-commit install -t commit-msg -t pre-commit
|
pre-commit install -t commit-msg -t pre-commit
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue