Update .pre-commit-config.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-08 14:23:45 +02:00
committed by GitHub
parent 8083937a96
commit d52a771ea4

View File

@@ -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