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
For example: # noqa: T201 is not allowed, but # noqa: T201: Print found; Printing information about logging destination is.
This is useful for people reading the code, so they don't have to look up what the code means.
This may be too disruptive to be enabled by default, so it can be added to extend_default_ignore (see flake8-bugbear)