diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0af4778..be13ef4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,8 +14,10 @@ repos: hooks: - id: check-merge-conflict - id: end-of-file-fixer + exclude: ^NOTICE$ exclude_types: [ markdown ] - id: trailing-whitespace + exclude: ^NOTICE$ exclude_types: [ markdown ] - id: requirements-txt-fixer - id: check-json @@ -49,7 +51,7 @@ repos: exclude: "README.md" # Central hooks - repo: https://github.com/phantomcyber/dev-cicd-tools - rev: main + rev: v2.0.0 hooks: - id: build-docs language: python diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index fbcb2fd..c17914d 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1 +1,3 @@ **Unreleased** + +* chore(ci): update pre-commit config