Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin authored Jan 7, 2025
1 parent dc21f0a commit 28e3ea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cheatsheets/python/type-checks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ description: How to add type safety to Python
# Type checks

In Python 3.6, type-hints were added as allowed syntax which can optionally be checked with a tool like Mypy.

Getting started - see [Type hints cheat sheat](https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html) on the Mypy docs.

0 comments on commit 28e3ea1

Please sign in to comment.