Add black hook
This commit is contained in:
parent
52f1e77fe1
commit
c5c97f0e58
1 changed files with 5 additions and 1 deletions
|
@ -1,9 +1,13 @@
|
|||
repos:
|
||||
- repo: https://github.com/rtts/djhtml
|
||||
rev: 'main' # replace with the latest tag on GitHub
|
||||
rev: 'v1.5.2' # replace with the latest tag on GitHub
|
||||
hooks:
|
||||
- id: djhtml
|
||||
entry: djhtml -i -t 2
|
||||
files: templates/.
|
||||
- id: djcss
|
||||
types: [scss]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.10.0
|
||||
hooks:
|
||||
- id: black
|
||||
|
|
Loading…
Reference in a new issue