mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 10:09:42 +00:00
13 lines
228 B
TOML
13 lines
228 B
TOML
|
[tool.black]
|
||
|
line-length = 119
|
||
|
extend-exclude = "^/.cache"
|
||
|
|
||
|
[tool.isort]
|
||
|
profile = "black"
|
||
|
line_length = 119
|
||
|
atomic = true
|
||
|
order_by_type = false
|
||
|
case_sensitive = true
|
||
|
combine_as_imports = true
|
||
|
skip = [".venv", ".git", ".cache"]
|