Simple, configuration-driven backup software for servers and workstations
https://torsion.org/borgmatic/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
429 B
20 lines
429 B
[metadata] |
|
description_file=README.md |
|
|
|
[tool:pytest] |
|
testpaths = tests |
|
addopts = --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end |
|
filterwarnings = |
|
ignore:Coverage disabled.*:pytest.PytestWarning |
|
|
|
[flake8] |
|
ignore = E501,W503 |
|
exclude = *.*/* |
|
|
|
[tool:isort] |
|
force_single_line = False |
|
include_trailing_comma = True |
|
known_first_party = borgmatic |
|
line_length = 100 |
|
multi_line_output = 3 |
|
skip = .tox
|
|
|