Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
b15b453f5f
commit
f2c3a3e3a0
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
|||
# Python -- Type annotations and static type checking for Python
|
||||
# Type annotations and static type checking for Python
|
||||
{:.no_toc}
|
||||
|
||||
<nav markdown="1" class="toc-class">
|
||||
* TOC
|
||||
{:toc}
|
||||
</nav>
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue