flake8-dunder-all
Module checker
Ensures Python modules have defined the 'all' variable to specify all imported symbols.
A Flake8 plugin and pre-commit hook which checks to ensure modules have defined 'all'.
7 stars
1 watching
2 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
flake8python
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. | 0 |
| | A tool to identify encoding issues in Python code | 6 |
| | Requires slots to be defined for subclasses of immutable types in Python | 3 |
| | Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
| | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| | Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |
| | A flake8 plugin that prevents excessive bad code in Python | 4 |
| | Lints Python code to detect deprecated modules and functions. | 12 |
| | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| | Checks Python code for compatibility with future imports. | 18 |
| | Ensures Python source files specify author, copyright, and license information | 5 |
| | A Flake8 plugin to enforce consistent multiline container formatting | 14 |
| | An extension for flake8 to flag functions with mutable default arguments. | 44 |