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
Note that we added --implicit-optional in the last command: posargs
Results:
checks: commands[3]> mypy classification_model --implicit-optional
Success: no issues found in 12 source files
test_package: OK (3.81=setup[0.09]+cmd[1.72,2.00] seconds)
checks: OK (3.25=setup[0.02]+cmd[0.81,0.27,0.58,1.58] seconds)
congratulations :) (7.66 seconds)
The text was updated successfully, but these errors were encountered:
Thanks @Krishna2709 ! I face the same error and the command --implicit-optional help mypy to pass the type-checking to optional variables which may be missing or have inconsistent types.
tox
themypy classification_model
checks fail.--implicit-optional
in the last command: posargsThe text was updated successfully, but these errors were encountered: