mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 00:57:02 +00:00
add djlint to pre-commit
This commit is contained in:
@@ -13,3 +13,15 @@ repos:
|
||||
language: system
|
||||
types: [python]
|
||||
require_serial: true
|
||||
- id: djlint-lint
|
||||
name: djlint-lint
|
||||
entry: djlint --lint
|
||||
language: system
|
||||
types: [html]
|
||||
require_serial: true
|
||||
- id: djlint-reformat
|
||||
name: djlint-reformat
|
||||
entry: djlint --reformat
|
||||
language: system
|
||||
types: [html]
|
||||
require_serial: true
|
||||
Reference in New Issue
Block a user