You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ignored-modules will disable member checks on the module. It does not disable all checks associated with that module.
This looks like an issue with pylint not being able to understand that np.unique() takes a return_index keyword argument. This is already covered in #3825 so I'm closing in favour of that issue instead.
Steps to reproduce
pylintrc
file with the following contenttest.py
Current behavior
Expected behavior
No errors since the module
numpy
is supposed to be ignored.pylint --version output
The text was updated successfully, but these errors were encountered: