From c09020102c9b1e38fbac32f94e3a16842509c4eb Mon Sep 17 00:00:00 2001 From: Margo Crawford Date: Tue, 19 Jan 2021 09:43:11 -0800 Subject: [PATCH] Remove pre-commit hooks file --- .pre-commit-hooks.yaml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml deleted file mode 100644 index b8af8e46..00000000 --- a/.pre-commit-hooks.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- id: validate-copyright-year - name: Validate copyright year - entry: hack/check-copyright-year.sh - language: script