Skip to content

Commit 9f9311c

Browse files
committed
fix: Pin Python version under which mypy runs
1 parent 5347575 commit 9f9311c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy.ini

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[mypy]
2+
python_version = 3.7
23
allow_redefinition = True
34
check_untyped_defs = True
45
; disallow_any_decorated = True

0 commit comments

Comments
 (0)