12 open-source projects similar to plinss/flake8-noqa, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Flake8 Noqa alternative.
Flake8 extension to check comments against Azure DevOps tickets. The plugin checks that: 1. Every comment with a reference to an ADO item (AB#12345) has a corresponding item. 2. ADO items are references in a proper format (ADO: AB#12345) 3. TODO items with ADO annotation have assigned item…
Plugin for flake8 linter to check TODOs in the project.
Check for FIXME, TODO and other temporary developer notes.
flake8 plugin to find commented out (or so called "dead") code.
Very often, developers mess up the executable permissions and shebangs of Python files. For example, sometimes the executable permission was accidentally granted, sometimes it is forgotten.