flake8-all-not-strings
Module checker
A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules.
flake8 plugin which checks that modules under __all__
are defined as strings
0 stars
2 watching
0 forks
Language: Python
last commit: 5 months ago
Linked from 1 awesome list
flake8lintingpython
Related projects:
Repository | Description | Stars |
---|---|---|
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
| Requires slots to be defined for subclasses of immutable types in Python | 3 |
| A Flake8 plugin for enforcing SQL coding standards. | 26 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
| Checks Python string formatting against the latest standard | 14 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| A tool to identify encoding issues in Python code | 6 |
| A flake8 plugin that prevents excessive bad code in Python | 4 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |