Skip to content

Commit ccd8673

Browse files
committed
add mypy config
1 parent 614f599 commit ccd8673

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ force_grid_wrap=0
6666
use_parentheses=True
6767
line_length=88
6868
known_third_party=PIL,atomicwrites,flaky,holoviews,matplotlib,nbconvert,numpy,pytest,scipy,setuptools,skopt,sortedcollections,sortedcontainers
69+
70+
[mypy]
71+
strict_optional = True
72+
disallow_untyped_calls = True
73+
ignore_missing_imports = True

0 commit comments

Comments
 (0)