Update link to djlint on pyproject.toml (#5019)

This commit is contained in:
Fábio C. Barrionuevo da Luz 2024-04-23 17:54:47 -03:00 committed by GitHub
parent 89acf137f5
commit d4bad0c306
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ blank_line_after_tag = "load,extends"
close_void_tags = true
format_css = 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"
include = "H017,H035"
indent = 2