django-auditlog/pyproject.toml

7 lines
102 B
TOML
Raw Normal View History

2021-06-24 10:03:36 +00:00
[tool.black]
2021-05-23 23:25:46 +00:00
target-version = ["py36"]
2021-06-24 11:31:18 +00:00
[tool.isort]
profile = "black"
known_first_party = "auditlog"