Skip to content

Commit 9f9311c

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mypy.ini

Lines changed: 1 addition & 0 deletions
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)