xrandroll/.pre-commit-config.yaml
2020-02-03 13:37:06 -03:00

8 lines
218 B
YAML

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0 # Use the ref you want to point at
hooks:
- id: check-builtin-literals
- id: check-toml
- id: flake8
- id: debug-statements