mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
12 lines
136 B
INI
12 lines
136 B
INI
[wheel]
|
|
|
|
[flake8]
|
|
ignore = E123,E221,E226,E302,E41,E701
|
|
max-line-length = 160
|
|
max-complexity = 10
|
|
|
|
[tool:pytest]
|
|
|
|
[aliases]
|
|
test=pytest
|