From 9399699143e0f15f4b829198f464cc5f47dfb929 Mon Sep 17 00:00:00 2001 From: MDW <--unset> Date: Sun, 24 Sep 2023 19:19:23 +0200 Subject: [PATCH] ci: Add pre-commit with static tools (checks/formatting) --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1223912e97..d9efb03d05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,6 @@ repos: stages: [manual] - id: trailing-whitespace exclude: .*\.md$ - stages: [manual] - id: check-json - id: mixed-line-ending - id: check-builtin-literals