grading_lib.cli.dev#
Module Contents#
Functions#
Grading script’s development related commands. |
|
Run mypy on each problem’s scripts/ individually. |
API#
- grading_lib.cli.dev.dev()#
Grading script’s development related commands.
- grading_lib.cli.dev.run_mypy_command()#
Run mypy on each problem’s scripts/ individually.
If mypy is run on the template’s root. It will complain saying that there are multiple grade.py module.