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