File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ spalloc="../spalloc/spalloc_client"
2727fec=" ../SpiNNFrontEndCommon/spinn_front_end_common"
2828test_base=" ../TestBase/spinnaker_testbase"
2929
30- mypy --python-version 3.8 $utils $machine $man $pacman $spalloc $fec $test_base spynnaker unittests spynnaker_integration_tests proxy_integration_tests
30+ mypy $utils $machine $man $pacman $spalloc $fec $test_base spynnaker unittests spynnaker_integration_tests proxy_integration_tests
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ spalloc="../spalloc/spalloc_client"
2727fec=" ../SpiNNFrontEndCommon/spinn_front_end_common"
2828test_base=" ../TestBase/spinnaker_testbase"
2929
30- mypy --python-version 3.8 -- disallow-untyped-defs $utils $machine $man $pacman $spalloc $fec $test_base spynnaker unittests spynnaker_integration_tests proxy_integration_tests
30+ mypy --disallow-untyped-defs $utils $machine $man $pacman $spalloc $fec $test_base spynnaker unittests spynnaker_integration_tests proxy_integration_tests
3131
You can’t perform that action at this time.
0 commit comments