Files
django-admin-autocomplete-l…/pyproject.toml
T
2019-10-11 10:34:01 +03:00

18 lines
194 B
TOML

[tool.black]
line-length = 119
py36 = true
skip-string-normalization = true
quiet = true
exclude='''
/(
\.git
| \.hg
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''