From ede384068fbc48a2c6007fa56688b9ddb01bb05f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sat, 10 Apr 2021 17:16:57 +0100 Subject: [PATCH] Add more things to the precommit list --- .pre-commit-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36ce996d4..024b3251b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,13 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v3.4.0 hooks: - id: no-commit-to-branch args: [--branch, master, --pattern, 1_.*_X] + - id: check-added-large-files + - id: check-byte-order-marker + - id: check-executables-have-shebangs + - id: forbid-new-submodules - id: check-yaml - id: check-json - id: check-symlinks