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
Pylint warns about options it doesn't recognize both in configuration files
and on the command-line. For example, this message would be raised when invoking
pylint with pylint --unknown-option=yes test.py.