diff --git a/docs/4. Validating/4.0. Typing.md b/docs/4. Validating/4.0. Typing.md index bb08ae3..53d473a 100644 --- a/docs/4. Validating/4.0. Typing.md +++ b/docs/4. Validating/4.0. Typing.md @@ -140,6 +140,7 @@ poetry run mypy src/ tests/ ``` Faster alternatives to mypy include: + - [pyright](https://github.com/microsoft/pyright): Static Type Checker for Python. MIT, Microsoft - [pyre-check](https://github.com/facebook/pyre-check): Performant type-checking for python. MIT, Meta - [pytype](https://github.com/google/pytype): A static type analyzer for Python code. Apache-2, Google