mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
17 lines
359 B
TOML
17 lines
359 B
TOML
[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"]
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|