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
{{ message }}
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
On adding a pylint disable with the (keyboard) shortcut, it'd be useful if instead of the code the symbolic name was used. For example,
a = 1 #pylint: disable=C0103
b = 2 #pylint: disable=invalid-name
The second one is much more readable. This matters when there are a number of things going on in a line; in this case I'd want to know what warning was disabled.