Skip to content

Commit cb401a9

Browse files
committed
quality(mypy): ignore pysat under mypy
1 parent ff0044c commit cb401a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,5 @@ ignore_missing_imports = True
8282
ignore_missing_imports = True
8383
[mypy-multiset.*]
8484
ignore_missing_imports = True
85+
[mypy-pysat.*]
86+
ignore_missing_imports = True

0 commit comments

Comments
 (0)