mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-04-15 12:31:06 +00:00
7 lines
127 B
TOML
7 lines
127 B
TOML
[tool.black]
|
|
target-version = ["py36"]
|
|
|
|
# black compatible isort
|
|
[tool.isort]
|
|
profile = "black"
|
|
known_first_party = "auditlog"
|