-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels