Skip to content

Commit b3900a9

Browse files
committed
Silence warnings about unused-ignore
Its only needed for specific numpy versions
1 parent 04a4e60 commit b3900a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
strict = True
33
exclude = (^build|^\.?venv)
44
untyped_calls_exclude=nbconvert
5+
# numpy 2.x needs some type-ignore previous versions dont
6+
disable_error_code=unused-ignore
57

68
[mypy-pyarrow]
79
ignore_missing_imports = True

0 commit comments

Comments
 (0)