From d52a771ea42e142f85736b6d494bbd351e641af4 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 8 Oct 2024 14:23:45 +0200 Subject: [PATCH] Update .pre-commit-config.yaml Signed-off-by: Kjeld Schouten --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51959127386..880f61c3cd9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,9 +21,9 @@ repos: - id: check-case-conflict # checks for files that would conflict in case-insensitive filesystems. exclude: ^archive/ - id: check-executables-have-shebangs # ensures that (non-binary) executables have a shebang. - exclude: ^archive/ + exclude: (^archive/|^containers/) - id: check-shebang-scripts-are-executable # ensures that (non-binary) files with a shebang are executable. - exclude: ^archive/ + exclude: (^archive/|^containers/) - id: check-docstring-first exclude: ^archive/ - id: check-symlinks