typesafe-monads/setup.cfg

8 lines
147 B
INI
Raw Normal View History

2018-10-11 05:26:00 +00:00
[aliases]
test=pytest
[tool:pytest]
addopts = --black --mypy --cov monads --cov-report xml:reports/coverage.xml
2020-12-16 10:24:22 +00:00
[mypy-tests]
ignore_errors = True