Skip to content

Commit 8cb02c1

Browse files
committed
TYP: Disable NumPy's deprecated mypy plugin
* Mirror the upstream change to disable this plugin. For details, see: scipy/scipy#23123 * I don't think we're running `mypy` in CI anyway, but might as well clean it up in case the team turns it on at some point (a well-maintained type stub library now exists upstream: https://github.com/numpy/numtype).
1 parent 261b0aa commit 8cb02c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

darshan-util/pydarshan/mypy.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
warn_redundant_casts = True
33
warn_unused_ignores = True
44
show_error_codes = True
5-
plugins = numpy.typing.mypy_plugin
65
exclude = darshan/examples/tutorial/
76

87
# Third party dependencies that don't have types.

0 commit comments

Comments
 (0)