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 04a4e60 commit b3900a9Copy full SHA for b3900a9
mypy.ini
@@ -2,6 +2,8 @@
2
strict = True
3
exclude = (^build|^\.?venv)
4
untyped_calls_exclude=nbconvert
5
+# numpy 2.x needs some type-ignore previous versions dont
6
+disable_error_code=unused-ignore
7
8
[mypy-pyarrow]
9
ignore_missing_imports = True
0 commit comments