flake8-ado
Comment checker
Automatically checks Python comments against AzureDevOps tickets
Flake8 plugin to check comments against AzureDevOps ticket references.
7 stars
2 watching
0 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
simonstjg/flake8-jira-todo-checker | Automatically checks Python code for TODO comments with missing JIRA issue IDs | 7 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
plinss/flake8-noqa | Ensures # noqa comments are formatted correctly to avoid errors and unintended behavior in flake8. | 41 |
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
zupo/flake8-mock | Checks Python code for non-existent mock methods used in testing | 16 |
xuhdev/flake8-executable | Ensures executable permissions and shebangs are correctly set in Python files. | 18 |
adamchainz/flake8-no-pep420 | A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
sco1/flake8-annotations | Detects missing type annotations in Python functions and methods | 156 |
maxkrivich/flake8-github | A GitHub Actions extension that integrates Flake8 with the platform to provide clear error annotations during pull request reviews. | 4 |
arkq/flake8-requirements | A flake8 plugin that checks package import requirements and reports missing or unused dependencies. | 37 |
orsinium-labs/flake8-todos | Tools to check and enforce TODO comments in Python code | 27 |