Skip to content

Commit 66c961f

Browse files
authored
Merge pull request #138 from cdleonard/typing
Add typing annotations
2 parents 7648313 + cec8296 commit 66c961f

File tree

6 files changed

+90
-79
lines changed

6 files changed

+90
-79
lines changed

mypy.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
python_version = 3.8
33
color_output = True
44
error_summary = True
5-
; disallow_untyped_calls = True
5+
check_untyped_defs = true
6+
disallow_untyped_calls = True
67
; disallow_untyped_defs = True
78
; disallow_any_generics = True
89
; disallow_any_unimported = True

0 commit comments

Comments
 (0)