diff --git a/pytest.ini b/pytest.ini index df3eb518..33e9aeaa 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,3 @@ [pytest] -addopts = --doctest-modules +addopts = --doctest-modules --flake8 --mypy +