Skip to content

Commit 614b602

Browse files
committed
adding type annotations for adafruit_turtle.py
1 parent 2ab650e commit 614b602

File tree

2 files changed

+126
-108
lines changed

2 files changed

+126
-108
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ __pycache__
3232
# Sphinx build-specific files
3333
_build
3434

35+
# MyPy-specific type-checking files
36+
.mypy_cache
37+
38+
# pip install files
39+
/build/
40+
3541
# This file results from running `pip -e install .` in a local repository
3642
*.egg-info
3743

0 commit comments

Comments
 (0)