Skip to content

Commit

Permalink
mypy unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 10, 2024
1 parent 5168c5a commit d7b05dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit d7b05dc

Please sign in to comment.