mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
chore: fix pre-commit config (#282)
The previous PR #277 merge somehow destroyed the config while rebasing and squashing.
This commit is contained in:
parent
98afa99904
commit
78af149e90
1 changed files with 5 additions and 5 deletions
|
@ -45,6 +45,11 @@ repos:
|
|||
|
||||
- repo: https://github.com/ansible-community/antsibull-changelog
|
||||
rev: 0.22.0
|
||||
hooks:
|
||||
- id: antsibull-changelog-lint
|
||||
- id: antsibull-changelog-lint-changelog-yaml
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: shfmt
|
||||
name: shfmt
|
||||
|
@ -59,11 +64,6 @@ repos:
|
|||
hooks:
|
||||
- id: shellcheck
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: antsibull-changelog-lint
|
||||
- id: antsibull-changelog-lint-changelog-yaml
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: check-hcloud-vendor
|
||||
|
|
Loading…
Reference in a new issue