Skip to content

Is there a way to ignore NQA errors? #22

@nkakouros

Description

@nkakouros

I run vulture to test my code. An error I get from vulture is VT103:

my-lib.py:12: unused function 'method-name' (60% confidence)

I can silence this with noqa VT103. But then flake8-noqa will complain:

NQA102 "# noqa: VT103" has no matching violations

If I try to silence NQA:

# noqa VT103,NQA102

then I get an error:

NQA102 "# noqa: VT103,NQA103" has no matching violations

Is there a way to instruct flake8-noqa to ignore a line?

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