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
I have .pylintrc file in my project, and when I run prospector I get pylint - locally-disabled warnings about every # pylint: disable=some-rule comment in the code.
To fix it I need to add disable=locally-disabled to .pylintrc.
I have .pylintrc file in my project, and when I run prospector I get
pylint - locally-disabled
warnings about every# pylint: disable=some-rule
comment in the code.To fix it I need to add
disable=locally-disabled
to .pylintrc.To Reproduce
In mac:
To fix:
Expected behavior
No warning when using
# pylint: disable=some-rule
.Environment:
Additional context
The text was updated successfully, but these errors were encountered: