Skip to content

Standard Ignores #9

@George-D-S

Description

@George-D-S

We have various checks (MyPy, Flake8, etc.) which are being ignored either via a configuration file with in a project, or more commonly due to ignore annotations within the code base.

There should be some standardisation of this, as otherwise we're getting false positives from code passing checks.

In particular we should require that any ignore annotations specify the check being skipped and aren't just a blanket ignore of the line.

RR_Editor Tox.ini

ignore = E501,W503,W504,E121,E125,E126,E722

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions