chore: fix pre-commit config (#282)

The previous PR #277 merge somehow destroyed the config while rebasing and squashing.
This commit is contained in:
Jonas L 2023-08-02 13:31:41 +02:00 committed by GitHub
parent 98afa99904
commit 78af149e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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