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
yesqa is a tool to find obsolete noqa comments. However, yesqa only runs flake8 to find obsolete comments and does not consider that also other tools might use them. According to asottile/yesqa#136 the tool works as designed.
Proposal
Could we maybe have an alternative to noqa comments? If #21 gets implemented this issue is obsolete
The text was updated successfully, but these errors were encountered:
Overview
yesqa is a tool to find obsolete noqa comments. However, yesqa only runs flake8 to find obsolete comments and does not consider that also other tools might use them. According to asottile/yesqa#136 the tool works as designed.
Proposal
Could we maybe have an alternative to noqa comments? If #21 gets implemented this issue is obsolete
The text was updated successfully, but these errors were encountered: