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
$ mypy --strict main.py
main.py:4: error: Call to untyped function "DateFormatter" in typed context [no-untyped-call]
Found 1 error in 1 file (checked 1 source file)
We'd run Mypy in strict mode across all of our code base to catch programming errors and would like to use it with matplotlib without the need to suppress errors like this.
Using this code:
Running Mypy in
strict
mode results in an erorr:We'd run Mypy in
strict
mode across all of our code base to catch programming errors and would like to use it with matplotlib without the need to suppress errors like this.Environment
Related References
The text was updated successfully, but these errors were encountered: