From 172d6f9b4cfad414a94f17d2885a8003ce74033e Mon Sep 17 00:00:00 2001 From: Aashish Radhakrishnan Date: Mon, 19 Aug 2024 16:41:36 -0400 Subject: [PATCH] Testing complete --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..895d871 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +repos: +- repo: local + hooks: + - id: validate-release-notes + name: Validate Release Notes + entry: python ci/check-release-notes.py + language: python + files: ^release-notes/.*\.yml$