django-auditlog/pyproject.toml

7 lines
102 B
TOML
Raw Normal View History

2021-06-24 10:03:36 +00:00
[tool.black]
2024-10-17 16:40:21 +00:00
target-version = ["py39"]
2021-06-24 11:31:18 +00:00
[tool.isort]
profile = "black"
known_first_party = "auditlog"