Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

When adding pylint disable, use symbolic name instead of code #69

@szepi1991

Description

@szepi1991

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions