dosisod / refurb

A tool for refurbishing and modernizing Python codebases
GNU General Public License v3.0
2.49k stars 54 forks source link

[Enhancement]: noqa's are removed by yesqa #341

Open kasium opened 6 months ago

kasium commented 6 months ago

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 https://github.com/asottile/yesqa/issues/136 the tool works as designed.

Proposal

Could we maybe have an alternative to noqa comments? If https://github.com/dosisod/refurb/issues/21 gets implemented this issue is obsolete