SpiNNakerManchester / SpiNNUtils

Utility classes and functions for SpiNNaker projects
Apache License 2.0
1 stars 5 forks source link

Type Checking and lots of minor changes #253

Closed Christian-B closed 1 year ago

Christian-B commented 1 year ago

Builds on https://github.com/SpiNNakerManchester/SpiNNUtils/pull/233

Mainly so the type checking can go in one repository at a time.

Changes after above PR.

Removal of the * forcing optional params to be named when there is only 1 optional param.

Add "mypy" as an allowed word in docs.

Must be done at the same time as: https://github.com/SpiNNakerManchester/sPyNNaker/pull/1402

Checked by: https://github.com/SpiNNakerManchester/IntegrationTests/pull/247