DEBSOURCES
Skip Quicknav
sources / python-django-parler / 2.3-4 / pyproject.toml
1234567891011121314
[tool.isort] profile = "black" line_length = 99 [tool.black] line-length = 99 exclude = ''' /( \.git | \.tox | \.venv | dist )/ '''