flake8-fixme
Code annotator
Automatically detects and flags temporary notes in Python code to help maintain coding standards.
Check for FIXME, TODO and other temporary developer notes.
18 stars
3 watching
2 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
wemake-services/flake8-eradicate | Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
tyleryep/flake8-future-annotations | Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
maxkrivich/flake8-github | A GitHub Actions extension that integrates Flake8 with the platform to provide clear error annotations during pull request reviews. | 4 |
orsinium-labs/flake8-todos | Tools to check and enforce TODO comments in Python code | 27 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
sco1/flake8-annotations | Detects missing type annotations in Python functions and methods | 156 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
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 |
lordmauve/flake8-html | Generates HTML reports of flake8 violations | 51 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |