xrandroll/.pre-commit-config.yaml

16 lines
379 B
YAML
Raw Normal View History

2022-06-07 13:43:14 -03:00
repos:
2020-02-03 13:37:06 -03:00
- repo: https://github.com/pre-commit/pre-commit-hooks
2022-06-07 13:43:14 -03:00
rev: v4.2.0 # Use the ref you want to point at
2020-02-03 13:37:06 -03:00
hooks:
- id: check-builtin-literals
- id: check-toml
- id: debug-statements
2020-02-03 16:10:41 -03:00
- repo: https://github.com/ambv/black
2022-06-07 13:43:14 -03:00
rev: 22.3.0
2020-02-03 16:10:41 -03:00
hooks:
- id: black
2022-06-07 13:43:14 -03:00
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
hooks:
- id: flake8