Skip to content

Commit 0282f61

Browse files
committed
add mypy to tox.ini
1 parent e328e29 commit 0282f61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ exclude = .git, .tox, __pycache__, dist
6161

6262
[isort]
6363
profile=black
64+
65+
[mypy]
66+
ignore_missing_imports = True

0 commit comments

Comments
 (0)