Skip to content

Commit f632227

Browse files
authored
Merge pull request #35 from rrahkola/dev/add_type_annotations
adding type annotations for adafruit_turtle.py
2 parents 93ea97b + d4a599a commit f632227

File tree

2 files changed

+118
-89
lines changed

2 files changed

+118
-89
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)