From ac3e874b61c39aa78b905f9d8e195da9d1ec8542 Mon Sep 17 00:00:00 2001 From: ryneeverett Date: Sun, 8 Sep 2024 00:13:36 -0400 Subject: [PATCH] add empty pre-commit.ci config This fixes CI failures due to https://github.com/GothenburgBitFactory/taskwarrior/issues/3597. Comparable to https://github.com/GothenburgBitFactory/taskchampion/pull/434. --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 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 00000000..ed335ef1 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,2 @@ +ci: {} +repos: []