python-click-threading/setup.cfg
2016-12-28 22:51:39 +01:00

10 lines
142 B
INI

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