Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-13 11:51:06 +01:00 committed by GitHub
parent 79be33517f
commit b15b453f5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Python -- Type annotations and static type checking for Python # Python -- Type annotations and static type checking for Python
## Goal ## Goal
We want to use static type checking and type annotations in our Python code for detecting errors we made. We will use the tool mypy for that. 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.
```python ```python
a: int = 0 a: int = 0