flangr/.pre-commit-config.yaml

16 lines
361 B
YAML
Raw Normal View History

2022-07-03 22:02:38 +01:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
2022-07-09 14:29:41 +01:00
- repo: https://github.com/sqlalchemyorg/zimports/
rev: v0.4.5
hooks:
- id: zimports