11 lines
186 B
TOML
11 lines
186 B
TOML
|
|
[tool.isort]
|
||
|
|
profile = "black"
|
||
|
|
line_length=120
|
||
|
|
py_version=39
|
||
|
|
extend_skip_glob = "**/migrations/**"
|
||
|
|
|
||
|
|
[tool.black]
|
||
|
|
line-length = 120
|
||
|
|
target-version = ["py39"]
|
||
|
|
force-exclude = "migrations"
|