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
ExecutableTask(16, "Check Coding Style for type annotations using Flake8 (we check for ANN001, ANN201, ""ANN202, ANN203, ANN204, ANN205, and ANN206). Each missing annotation worth 1 point!",
possible_points=10,
command=PythonCommand(coding_style.check_for_type_hints, args=[student, "point.py"])),
flake8 will return total points (according to the possible grade) even if the file doesn't exist. This is a logical grading bug.
The text was updated successfully, but these errors were encountered:
when running a test using flake8, such as
flake8 will return total points (according to the possible grade) even if the file doesn't exist. This is a logical grading bug.
The text was updated successfully, but these errors were encountered: