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
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
We should implement a static type checker for our Python code. Python is a dynamic language, so usually, we will only see errors in our code when you attempt to run it. mypy is a static checker, so it finds bugs in our programs without even running them.
We should implement a static type checker for our Python code. Python is a dynamic language, so usually, we will only see errors in our code when you attempt to run it. mypy is a static checker, so it finds bugs in our programs without even running them.
We need the following:
The text was updated successfully, but these errors were encountered: