1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00
bacpypes/setup.cfg
2015-07-15 16:51:27 -04:00

14 lines
157 B
INI

[wheel]
universal = 1
[flake8]
ignore = E123,E221,E226,E302,E41,E701
max-line-length = 160
max-complexity = 10
[nosetests]
verbosity=3
detailed-errors=1