1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 07:43:09 +00:00
vorta/pyproject.toml

13 lines
269 B
TOML

[tool.black]
line-length = 120
skip-string-normalization = true
target-version = ['py39']
include = "src/vorta/.*.py$"
[tool.isort]
profile = "black"
line_length = 120
skip_gitignore = true
multi_line_output = 3
lines_between_sections = 0
src_paths = ["src", "tests"]