diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index cd64a65..e6ac525 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -33,4 +33,4 @@ jobs: mypy --ignore-missing-imports src/ - name: Run unit & integration tests run: | - python -m pytest --cov=catalan_common_voice_filter + pytest --cov=catalan_common_voice_filter diff --git a/pyproject.toml b/pyproject.toml index d399f7e..b67813c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ testpaths = [ ] [tool.mypy] +mypy_path = "src" check_untyped_defs = true disallow_any_generics = true ignore_missing_imports = true