diff --git a/python_basics/python_typing/README.md b/python_basics/python_typing/README.md index 889fbe3..3c39643 100644 --- a/python_basics/python_typing/README.md +++ b/python_basics/python_typing/README.md @@ -1,4 +1,11 @@ -# Python -- Type annotations and static type checking for Python +# Type annotations and static type checking for Python +{:.no_toc} + + + ## Goal We want to use static type checking and type annotations in our Python code for detecting errors we made. We will use the mypy extension in VS code for that.