grading_lib.cli.dev

grading_lib.cli.dev#

Module Contents#

Functions#

dev

Grading script’s development related commands.

run_mypy_command

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.