olm/python/setup.cfg

6 lines
86 B
INI

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