46045-syslab/syslab-python/setup.cfg

11 lines
138 B
INI

[flake8]
ignore =
max-line-length = 79
max-complexity = 11
[pytest]
addopts = --doctest-glob="*.rst"
[wheel]
universal = True