We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b3e70 commit d79080bCopy full SHA for d79080b
mypy.ini
@@ -1,3 +1,7 @@
1
[mypy]
2
ignore_missing_imports = true
3
exclude = output
4
+
5
+[mypy-torch.*]
6
+follow_imports = skip
7
+follow_imports_for_stubs = True
0 commit comments