Prevent commiting code thats initialise a debugger

Enable pre-commit check "debug-statements"
This commit is contained in:
Carsten Grohmann 2022-11-11 21:01:26 +01:00
parent 35a44a6eb7
commit d65a04454c

View File

@ -10,6 +10,7 @@ repos:
- id: check-shebang-scripts-are-executable
- id: check-toml
- id: check-yaml
- id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
- id: mixed-line-ending