mirror of
https://github.com/fourdigits/django-template-lsp.git
synced 2025-12-23 12:26:50 +00:00
8 lines
104 B
INI
8 lines
104 B
INI
[flake8]
|
|
max-line-length = 88
|
|
ignore = W503
|
|
|
|
[tool:isort]
|
|
profile = black
|
|
known_first_party =
|
|
djlsp
|