OOMAnalyser/.pre-commit-config.yaml
Carsten Grohmann d65a04454c Prevent commiting code thats initialise a debugger
Enable pre-commit check "debug-statements"
2022-11-11 21:01:26 +01:00

18 lines
475 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- 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
- id: trailing-whitespace