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
Rename option "--skip-noqa" to "--check-noqa" and reverse behavior
This is an incompatible change: without option, the "noqa"-commented lines are
now skipped by default (this is the way most linters work). With the option
`--check-noqa`, the "noqa"-commented lines are checked.
0 commit comments