1
0
mirror of https://github.com/JoelBender/modpypes synced 2025-10-12 21:15:10 +08:00
modpypes/setup.cfg

8 lines
116 B
INI

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