flake8-future-annotations
Type checker
Checks Python code for usage of outdated type annotations and suggests adding support for future annotations
Verifies python 3.7+ files use from __future__ import annotations
15 stars
2 watching
2 forks
Language: Python
last commit: 11 months ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Checks Python code for compatibility with future imports. | 18 |
| | Detects missing type annotations in Python functions and methods | 156 |
| | Reports on files with low type annotations in Python code | 34 |
| | Tools to help write clear and maintainable Python code with type annotations | 46 |
| | 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 |
| | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| | Automatically detects and flags temporary notes in Python code to help maintain coding standards. | 18 |
| | Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |
| | Tool to check return values in Python functions | 62 |
| | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| | Checks Python code for non-existent mock methods used in testing | 17 |
| | A tool to identify encoding issues in Python code | 6 |
| | Ensures Django migration code follows best practices to prevent backwards compatibility issues | 7 |
| | A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |