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

GitHub

0 stars
2 watching
0 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list

flake8lintingpython

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
python-formate/flake8-dunder-allEnsures Python modules have defined the 'all' variable to specify all imported symbols.7
plinss/flake8-literalThis plugin checks and enforces consistent usage of string literals in Python code.5
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
xzise/flake8-string-formatA Flake8 plugin to check strings and parameters using str.format for implicit index usage20
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
flake8-implicit-str-concat/flake8-implicit-str-concatA Flake8 plugin that checks for correct string literal concatenation in Python code.31
python-formate/flake8-slotsRequires slots to be defined for subclasses of immutable types in Python3
pgjones/flake8-sqlA Flake8 plugin for enforcing SQL coding standards.26
martinthoma/flake8-screamA Flake8 plugin to help identify and suppress false-positive warnings in Python code4
sfstpala/flake8-import-styleEnsures explicit module imports in Python code to maintain quality and readability.3
gforcada/flake8-pep3101Checks Python string formatting against the latest standard14
decorator-factory/flake8-pep585A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements.23
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
queensferryme/flake8-too-manyA flake8 plugin that prevents excessive bad code in Python4
snok/flake8-type-checkingAnalyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.115