Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MLOps-Courses/mlops-coding-course
Browse files Browse the repository at this point in the history
  • Loading branch information
fmind committed Jun 27, 2024
2 parents f9c5d9a + 31baf0c commit c36c720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/4. Validating/4.0. Typing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c36c720

Please sign in to comment.