xrandroll/.pre-commit-config.yaml

12 lines
301 B
YAML
Raw Normal View History

2020-02-03 16:37:06 +00:00
- 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
2020-02-03 19:10:41 +00:00
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black