django-auditlog/pyproject.toml
Alieh Rymašeŭski ed3ce76762 Remove a redundant comment
`profile = "black"` in `isort` block suggests that this is an `isort`
profile compatible with `black`.
2022-06-28 19:20:02 +02:00

5 lines
71 B
TOML

[tool.black]
target-version = ["py37"]
[tool.isort]
profile = "black"