mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-17 06:30:27 +00:00
6 lines
102 B
TOML
6 lines
102 B
TOML
[tool.black]
|
|
target-version = ["py39"]
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
known_first_party = "auditlog"
|