flake8-requirements
Dependency checker
A flake8 plugin that checks package import requirements and reports missing or unused dependencies.
Package requirements checker
37 stars
4 watching
18 forks
Language: Python
last commit: 8 months ago
Linked from 1 awesome list
flake8flake8-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
| Tool to check return values in Python functions | 62 |
| A plugin to catch and report unnecessary assert statements in Python code. | 5 |
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| Plugin to validate Python expressions for readability and complexity | 32 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| A Flake8 extension that enforces more specific and informative unittest assertions. | 31 |
| Ensures correct executable permissions and shebangs in Python files | 18 |
| Reports on files with low type annotations in Python code | 34 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| Tools to improve Python documentation quality and consistency | 155 |
| Ensures Python source files specify author, copyright, and license information | 5 |
| An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| Tools to help write clear and maintainable Python code with type annotations | 46 |
| A GitHub Actions extension that integrates Flake8 with the platform to provide clear error annotations during pull request reviews. | 5 |