From 412b6195936f19e851805b8858debae9a99b8ee6 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 29 Dec 2025 22:46:08 +1000 Subject: [PATCH] Add 6 more official pre-commit hooks --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d73a3f..0b9acb5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,10 +20,17 @@ 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-toml - id: check-vcs-permalinks + - id: check-yaml + - id: debug-statements + - id: detect-aws-credentials + args: [--allow-missing-credentials] - id: detect-private-key - id: fix-byte-order-marker - id: forbid-submodules