django-auditlog/pyproject.toml
Alieh Rymašeŭski b130e3088e Add isort
2021-06-24 14:31:18 +03:00

7 lines
127 B
TOML

[tool.black]
target-version = ["py35"]
# black compatible isort
[tool.isort]
profile = "black"
known_first_party = "auditlog"