diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index ef36ddf42..ca8899e6f 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -27,5 +27,5 @@ jobs: coverage-package: spinnman flake8-packages: spinnman unittests spinnman_integration_tests pylint-packages: spinnman - mypy-packages: spinnman - secrets: inherit + mypy-packages: spinnman unittest spinnman_integration_tests + secrets: inherit \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ad1abdeed..730bf08ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,4 +17,4 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.mypy] -exclude = ["doc", "setup.py", "unittests", "quick_tests"] +exclude = ["doc", "setup.py", "quick_tests"]