Skip to content

Commit

Permalink
Merge branch 'master' into spalloc_get_job
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya authored Jul 23, 2024
2 parents 7ff6676 + 8b0e819 commit c8cf498
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 unittests 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 c8cf498

Please sign in to comment.