We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683d9ca commit 0cfadd9Copy full SHA for 0cfadd9
mypy.ini
@@ -30,3 +30,6 @@ ignore_missing_imports = True
30
31
[mypy-numpy.*]
32
ignore_missing_imports = True
33
+
34
+[mypy-tests.*]
35
+ignore_errors = True
0 commit comments