PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
typing
/
tests
/
data
/
Editing: mypy.ini
[mypy] plugins = numpy.typing.mypy_plugin show_absolute_path = True implicit_reexport = False [mypy-numpy] ignore_errors = True [mypy-numpy.*] ignore_errors = True
SAVE
CANCEL