mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 02:37:02 +00:00
add djlint
This commit is contained in:
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@@ -14,15 +14,14 @@
|
||||
"[python]": {
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true,
|
||||
"codeAction.fixViolation.enable": true,
|
||||
"codeAction.disableRuleComment.enable": true,
|
||||
"source.organizeImports": "explicit",
|
||||
"codeAction.fixViolation.enable": "explicit",
|
||||
"codeAction.disableRuleComment.enable": "explicit"
|
||||
},
|
||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||
},
|
||||
"[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": {
|
||||
"editor.defaultFormatter": "monosans.djlint"
|
||||
},
|
||||
"djlint.ignore": ["H006"]
|
||||
|
||||
"djlint.ignore": ["H006"],
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
black==23.9.1
|
||||
coverage==7.4.0
|
||||
djlint==1.34.0
|
||||
ruff==0.1.9
|
||||
|
||||
-r requirements.txt
|
||||
Reference in New Issue
Block a user