Skip to content

Commit 922cbe2

Browse files
committed
ci: Fix mypy errors
1 parent 8846586 commit 922cbe2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mypy.ini

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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37,py38,py39,py10
2+
envlist = py37,py38,py39,py310
33
skipsdist = True
44

55
[gh-actions]

0 commit comments

Comments
 (0)