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
Combining the two matches sounds like a headache, because of how the current code is structured, and could be confusing. The same effect could be achieved using lookarounds.
I've been working on this patch, which allows you to add an arbitrary function in order to invalidate a match based on the line string or file-wide contents (this contemplates the case of file-level noqa).
I think it would be helpful to support a skip match parameter:
{skip: /noqa/}
The text was updated successfully, but these errors were encountered: