12 open-source projects similar to schlamar/flake8-todo, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
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.