matrix-nio/setup.cfg

7 lines
102 B
INI

[tool:pytest]
testpaths = tests
flake8-ignore =
nio/*.py F401
nio/*.py F403
nio/*.py W503