Skip to content

Commit

Permalink
minor changes to help mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 24, 2024
1 parent 44d271f commit 25e6a00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
call:
uses: SpiNNakerManchester/SupportScripts/.github/workflows/python_checks.yml@main
with:

dependencies: SpiNNUtils SpiNNMachine
test_directories: unittests spinnman_integration_tests
coverage-package: spinnman
flake8-packages: spinnman unittests spinnman_integration_tests
pylint-packages: spinnman
mypy-packages: spinnman unittests spinnman_integration_tests
mypy-packages: unittests spinnman spinnman_integration_tests
secrets: inherit
2 changes: 0 additions & 2 deletions unittests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

__author__ = 'Petrut'

0 comments on commit 25e6a00

Please sign in to comment.