--- a/pytest.ini +++ b/pytest.ini @@ -5,10 +5,6 @@ addopts = --doctest-modules - --cov python_utils - --cov-report html - --cov-report term-missing - --mypy flake8-ignore = *.py W391