dotfiles/home/.config/eww/scripts/pyproject.toml
2022-11-20 03:14:18 +01:00

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