numpy/typing/tests/data/mypy.ini

[mypy]
plugins = numpy.typing.mypy_plugin
show_absolute_path = True
implicit_reexport = False
pretty = True
disallow_any_unimported = True
disallow_any_generics = True
; https://github.com/python/mypy/issues/15313
disable_bytearray_promotion = true
disable_memoryview_promotion = true
Metadata
View Raw File