From ca0f4cc61d31393d159f946a9cb5df064642661b Mon Sep 17 00:00:00 2001 From: Jonas L Date: Mon, 31 Jul 2023 10:13:07 +0200 Subject: [PATCH] chore: use upstream antsibull-changelog pre-commit hooks (#278) --- .pre-commit-config.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 619ab29..9e4988e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,17 +43,14 @@ repos: hooks: - id: black - - repo: local + - repo: https://github.com/ansible-community/antsibull-changelog + rev: 0.22.0 hooks: - id: antsibull-changelog-lint - name: antsibull-changelog lint - language: python - additional_dependencies: - - antsibull-changelog==0.21.0 - entry: antsibull-changelog lint - pass_filenames: false - files: ^changelogs/.*$ + - id: antsibull-changelog-lint-changelog-yaml + - repo: local + hooks: - id: check-hcloud-vendor name: check hcloud vendor description: Ensure the hcloud vendored files are in sync