From 312eed59f10ff4f42593ef9a0ed5688fbe133511 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Sun, 24 Sep 2023 12:31:41 -0400 Subject: [PATCH] chore: Remove pre-commit-config.yaml I still think pre-commit is a good idea (for certain things and certain projects), but don't feel strong enough to maintain this right now, and dnephin has [sunsetted the project][1]. [1]: https://github.com/dnephin/pre-commit-golang/issues/98 --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 9c1fee2..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,7 +0,0 @@ -repos: -- repo: https://github.com/dnephin/pre-commit-golang - rev: v0.5.1 - hooks: - - id: go-fmt - - id: go-imports - - id: go-unit-tests