Skip to content

Commit 6342d8d

Browse files
committed
✨ Feat: add mypy support
1 parent 826cf78 commit 6342d8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[mypy]
2+
ignore_missing_imports = True
3+
disallow_untyped_defs = True

0 commit comments

Comments
 (0)