cmsmanage/.pre-commit-config.yaml

19 lines
408 B
YAML
Raw Normal View History

2022-01-24 23:40:11 -05:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2022-05-05 02:13:48 -04:00
rev: v4.2.0
2022-01-24 23:40:11 -05:00
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
2022-05-05 02:13:48 -04:00
rev: 22.3.0
2022-01-24 23:40:11 -05:00
hooks:
- id: black
- repo: https://github.com/Riverside-Healthcare/djLint
2022-05-05 02:13:48 -04:00
rev: v1.0.1
2022-01-24 23:40:11 -05:00
hooks:
- id: djlint-django