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)
For example:
# noqa: T201is not allowed, but# noqa: T201: Print found; Printing information about logging destinationis.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)