python-click-threading/setup.cfg

10 lines
142 B
INI

[wheel]
universal = 1
[flake8]
# W503: Line break before operator
ignore = W503
[tool:pytest]
addopts = --doctest-modules --ignore=setup.py