Tag: python
All tagsSetting up a statically-typed Python programming environment with mypy and Poetry
Recent versions of Python allow optional type annotations to be added to the source code. In this short guide I show how the type checker mypy can be integrated into the programming environment using the dependency management utility Poetry to enable gradual static type enforcement of Python programs.
30.12.22