typesafe-monads/setup.cfg
2020-12-16 11:24:22 +01:00

8 lines
No EOL
147 B
INI

[aliases]
test=pytest
[tool:pytest]
addopts = --black --mypy --cov monads --cov-report xml:reports/coverage.xml
[mypy-tests]
ignore_errors = True