lib.itmens/.pre-commit-config.yaml

20 lines
452 B
YAML
Raw Normal View History

2023-01-11 22:06:34 -05: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.12.0
hooks:
- id: black
language_version: python3.11
repos:
- repo: https://github.com/Riverside-Healthcare/djLint
2023-06-03 19:20:30 -04:00
rev: v1.30.2
hooks:
- id: djlint-reformat-django
- id: djlint-django