django-auditlog/pyproject.toml
2021-06-24 14:40:12 +03:00

7 lines
127 B
TOML

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