borgmatic/setup.cfg
Dan Helfman d14a8df71a
All checks were successful
continuous-integration/drone/push Build is passing
Hide obnoxious ruamel.yaml warnings during test runs.
2023-03-24 22:43:10 -07:00

23 lines
520 B
INI

[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:Deprecated call to `pkg_resources.declare_namespace\('ruamel'\)`.*:DeprecationWarning
[flake8]
ignore = E501,W503
exclude = *.*/*
multiline-quotes = '''
docstring-quotes = '''
[tool:isort]
force_single_line = False
include_trailing_comma = True
known_first_party = borgmatic
line_length = 100
multi_line_output = 3
skip = .tox