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