cmsmanage/.pre-commit-config.yaml

19 lines
410 B
YAML
Raw Normal View History

2022-01-24 23:40:11 -05:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2023-03-22 11:37:05 -04:00
rev: v4.4.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
2023-03-22 11:37:05 -04:00
rev: 23.1.0
2022-01-24 23:40:11 -05:00
hooks:
- id: black
- repo: https://github.com/Riverside-Healthcare/djLint
2023-03-22 11:37:05 -04:00
rev: v1.19.16
2022-01-24 23:40:11 -05:00
hooks:
- id: djlint-django