mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
Update link to djlint on pyproject.toml
This commit is contained in:
parent
89acf137f5
commit
f0d5ce7564
|
@ -45,7 +45,7 @@ blank_line_after_tag = "load,extends"
|
||||||
close_void_tags = true
|
close_void_tags = true
|
||||||
format_css = true
|
format_css = true
|
||||||
format_js = true
|
format_js = true
|
||||||
# TODO: remove T002 when fixed https://github.com/Riverside-Healthcare/djLint/issues/687
|
# TODO: remove T002 when fixed https://github.com/djlint/djLint/issues/687
|
||||||
ignore = "H006,H030,H031,T002"
|
ignore = "H006,H030,H031,T002"
|
||||||
include = "H017,H035"
|
include = "H017,H035"
|
||||||
indent = 2
|
indent = 2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user