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 335356b commit 85631e7Copy full SHA for 85631e7
.github/linters/.mypy.ini
@@ -1,2 +1,6 @@
1
[mypy]
2
exclude = examples/
3
+disable_error_code = import-not-found
4
+
5
+[mypy-examples.*]
6
+follow_imports = skip
0 commit comments