From 78af149e90cc0cbefc38f39e0fa598c240545b99 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Wed, 2 Aug 2023 13:31:41 +0200 Subject: [PATCH] chore: fix pre-commit config (#282) The previous PR #277 merge somehow destroyed the config while rebasing and squashing. --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9172a39..e7c5bed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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