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: 2 months ago
Linked from 1 awesome list
flake8lintingpython
Related projects:
Repository | Description | Stars |
---|---|---|
python-formate/flake8-dunder-all | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
xzise/flake8-string-format | A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
python-formate/flake8-slots | Requires slots to be defined for subclasses of immutable types in Python | 3 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
sfstpala/flake8-import-style | Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
gforcada/flake8-pep3101 | Checks Python string formatting against the latest standard | 14 |
decorator-factory/flake8-pep585 | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 22 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
queensferryme/flake8-too-many | A flake8 plugin that prevents excessive bad code in Python | 4 |
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 113 |