flake8-todo
Code checker
A Flake8 plugin that checks for TODO notes in Python code.
Flake8 TODO note plugin.
30 stars
1 watching
5 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mflova/flake8-numba | A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
simonstjg/flake8-jira-todo-checker | Automatically checks Python code for TODO comments with missing JIRA issue IDs | 7 |
tk0miya/flake8-coding | A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
orsinium-labs/flake8-todos | Tools to check and enforce TODO comments in Python code | 27 |
tommilligan/flake8-fixme | Automatically detects and flags temporary notes in Python code to help maintain coding standards. | 18 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
python-formate/flake8-dunder-all | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
sco1/flake8-annotations | Detects missing type annotations in Python functions and methods | 156 |