From 177bfbf11c9065f495fe3691a0fc45a66c61eca6 Mon Sep 17 00:00:00 2001 From: Adam Abrams Date: Thu, 29 Aug 2024 21:05:17 -0500 Subject: [PATCH] tidy: remove pre commit hook (#24) --- .gitignore | 1 - .pre-commit-hooks.yaml | 10 ---------- docs/README.md | 1 - 3 files changed, 12 deletions(-) delete mode 100644 .pre-commit-hooks.yaml diff --git a/.gitignore b/.gitignore index 333aa98..0252f57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .DS_Store -ideas.md **/actual/** diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml deleted file mode 100644 index 340be8a..0000000 --- a/.pre-commit-hooks.yaml +++ /dev/null @@ -1,10 +0,0 @@ -- id: change - name: change - description: Automated changelog updater. - language: script - entry: change - stages: [push] - always_run: true - verbose: true - pass_filenames: false - require_serial: true diff --git a/docs/README.md b/docs/README.md index 7223cc8..7cfbd17 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,6 @@ ``` -[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-flatgreen?logo=pre-commit&logoColor=white&labelColor=364146)](https://github.com/pre-commit/pre-commit) ![lint](https://github.com/adamtabrams/change/workflows/lint/badge.svg) ![Linux](https://github.com/adamtabrams/change/workflows/linux/badge.svg) ![macOS](https://github.com/adamtabrams/change/workflows/macOS/badge.svg)