1
0
Fork 0
mirror of https://github.com/ItsDrike/nixdots synced 2025-02-23 16:59:01 +00:00
nixdots/home/programs/graphical/bars/eww/config/scripts/pyproject.toml

13 lines
228 B
TOML
Raw Normal View History

[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"]