Skip to content

Commit ce02311

Browse files
committed
add mypy config
1 parent 3848e34 commit ce02311

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
@@ -55,3 +55,6 @@ exclude = .git, .tox, __pycache__, dist
5555

5656
[isort]
5757
profile=black
58+
59+
[mypy]
60+
ignore_missing_imports = True

0 commit comments

Comments
 (0)