1
0
mirror of https://github.com/JoelBender/modpypes synced 2025-10-26 21:49:19 +08:00
modpypes/setup.cfg
2015-06-19 22:25:35 -04:00

9 lines
130 B
INI

[wheel]
universal = 1
[flake8]
ignore = E123,E221,E226,E302,E41,E701
max-line-length = 160
exclude = tests/*
max-complexity = 10