2015-08-09 19:59:27 +02:00
|
|
|
[metadata]
|
|
|
|
description-file=README.md
|
2019-05-13 13:52:30 +02:00
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
testpaths = tests
|
|
|
|
addopts = --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end
|
2019-06-13 23:15:08 +02:00
|
|
|
filterwarnings =
|
|
|
|
ignore:Coverage disabled.*:pytest.PytestWarning
|
2019-05-13 13:52:30 +02:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
ignore = E501,W503
|
|
|
|
exclude = *.*/*
|
2019-05-13 23:38:43 +02:00
|
|
|
|
|
|
|
[tool:isort]
|
|
|
|
force_single_line = False
|
|
|
|
include_trailing_comma = True
|
|
|
|
known_first_party = borgmatic
|
|
|
|
line_length = 100
|
|
|
|
multi_line_output = 3
|
|
|
|
skip = .tox
|