flake8-import-style
Module Import Checker
Ensures explicit module imports in Python code to maintain quality and readability.
A flake8 plugin to ensure explicit module imports
3 stars
2 watching
3 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list
flake8pythonquality-assurance
Related projects:
Repository | Description | Stars |
---|---|---|
| Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| Checks Python code for compatibility with future imports. | 18 |
| A tool that enforces absolute import statements to improve code clarity and avoid potential issues. | 12 |
| Provides a set of recommended import conventions for popular Python packages | 7 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
| A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. | 4 |
| A plugin that helps write more organized imports in Python code. | 72 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| Enforces secure coding standards in Python | 5 |
| Enforces consistent and safe importing of Python's datetime module | 11 |
| Tool to check return values in Python functions | 62 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |