1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00
bacpypes/setup.cfg
2015-08-14 21:09:17 -04:00

13 lines
143 B
INI

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