Is your feature request related to a problem? Please describe.
most test modules consist of hundreds of -> None: test functions that could be automatically typed with https://github.com/JelleZijlstra/autotyping/ in --safe mode
Describe the solution you'd like
apply https://github.com/JelleZijlstra/autotyping/ and commit any test modules that pass mypy
Is your feature request related to a problem? Please describe.
most test modules consist of hundreds of
-> None:test functions that could be automatically typed with https://github.com/JelleZijlstra/autotyping/ in --safe modeDescribe the solution you'd like
apply https://github.com/JelleZijlstra/autotyping/ and commit any test modules that pass mypy