2023-01-27 23:11:10 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/rtts/djhtml
|
2023-01-27 23:13:02 +00:00
|
|
|
rev: 'v1.5.2' # replace with the latest tag on GitHub
|
2023-01-27 23:11:10 +00:00
|
|
|
hooks:
|
|
|
|
- id: djhtml
|
|
|
|
entry: djhtml -i -t 2
|
|
|
|
files: templates/.
|
|
|
|
- id: djcss
|
|
|
|
types: [scss]
|
2023-01-27 23:13:02 +00:00
|
|
|
- repo: https://github.com/psf/black
|
2023-01-27 23:18:43 +00:00
|
|
|
rev: 22.12.0
|
2023-01-27 23:13:02 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2023-10-16 21:36:56 +00:00
|
|
|
- repo: https://github.com/hadialqattan/pycln
|
|
|
|
rev: 'v2.3.0'
|
|
|
|
hooks:
|
|
|
|
- id: pycln
|