From 7a8bb353e02cec10026f8fdd995fcc21c67ddda5 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 10 Jun 2026 03:17:41 +1000 Subject: [PATCH] Add 3 more official pre-commit hooks https://github.com/pre-commit/pre-commit-hooks --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40f8d92810..76978df0a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,11 +8,14 @@ repos: rev: v6.0.0 hooks: - id: check-ast + - id: check-builtin-literals - id: check-case-conflict - id: check-illegal-windows-names - id: check-json - id: check-merge-conflict + - id: check-xml - id: check-yaml + - id: debug-statements - id: detect-private-key - id: end-of-file-fixer files: \.(cgi|json|md|plist|py|rb|rdf|service|sh|template|ya?ml)$