OOMAnalyser/.pre-commit-config.yaml

18 lines
474 B
YAML
Raw Permalink Normal View History

repos:
- repo: https://github.com/psf/black
2023-03-14 21:40:03 +01:00
rev: 23.1.0
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks
2023-03-14 21:40:03 +01:00
rev: v4.4.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