summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 6881cc7315e617ac8ecfbc848b4a007d66c8d459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[metadata]
description-file=README.md

[tool:pytest]
testpaths = tests
addopts = --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