
* new style with picocss * djlint * rate distribution * collection item drag to order * discover available for guest * search combine movie tv
19 lines
452 B
YAML
19 lines
452 B
YAML
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
|
|
rev: v1.28.0
|
|
hooks:
|
|
- id: djlint-reformat-django
|
|
- id: djlint-django
|
|
|