 flake8_internal_name_import
 flake8_internal_name_import 
 Internal name checker
 A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues.
flake8 plugin that reports imports of private names
4 stars
 1 watching
 0 forks
 
Language: Python 
last commit: about 2 years ago 
Linked from   1 awesome list  
 Related projects:
| Repository | Description | Stars | 
|---|---|---|
|  | A plugin that helps write more organized imports in Python code. | 72 | 
|  | Ensures explicit module imports in Python code to maintain quality and readability. | 3 | 
|  | Checks Python code for compatibility with future imports. | 18 | 
|  | An extension for flake8 that enforces more readable variable names. | 55 | 
|  | A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 | 
|  | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 | 
|  | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 | 
|  | Provides a set of recommended import conventions for popular Python packages | 7 | 
|  | Automatically checks Python typing module imports for compatibility with different Python versions. | 48 | 
|  | A tool that enforces absolute import statements to improve code clarity and avoid potential issues. | 12 | 
|  | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 | 
|  | A Flake8 plugin to validate Python test function names against a custom convention | 5 | 
|  | Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 517 | 
|  | Tool to automatically format Python imports according to user-defined settings | 176 | 
|  | A Flake8 plugin that checks for issues related to logging in Python code | 79 |