mirror of
https://github.com/correl/typesafe-monads.git
synced 2024-11-15 03:00:21 +00:00
8 lines
No EOL
147 B
INI
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 |