You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add subcommands to the individual codeformat test
One often wants to run the very fast codeformatting tests without
running any of the unit tests. Add a commands to allow this
behavior with "./runtests.sh [--black|--pytype|--mypy|--flake8]".
One often wants the `black` formatting tool to automatically
fix formatting violations without requiring explicit
manual call. Use "./runtests.sh --black-fix"
Add mypy static checking tool to monai
Run the complete mypy static checking tool during evaluations
of code format style checks.
Related to #476 subtask for enable mypy
Expand the documentation for runtest.sh script. Provide more expressive
documentation for `-h`
The dryrun request to print the commands used for static
and format checking without actually running the commands.
* Temporarily add branch needed to trigger CI of this codebase.
* Suppress mypy warnings about incompatible superclass signature
Related to #495
* Suppress mypy error: Cannot assign to a method
Related to #494
* Mypy potential type mismatch resolved with assertion.
* Mypy type ambiguity resolved.
0 commit comments