flake8-pep585
Type hint checker
A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements.
flake8 plugin to enforce new-style type hints (PEP 585)
23 stars
2 watching
3 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
flake8flake8-pluginpythontyping
Related projects:
Repository | Description | Stars |
---|---|---|
| Detects missing type annotations in Python functions and methods | 156 |
| A plugin to catch and report unnecessary assert statements in Python code. | 5 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| Lints Python code to detect deprecated modules and functions. | 12 |
| A plugin to check Python print statements for coding style and errors | 121 |
| Enhances Flake8 to better handle stub files used in type hinting | 73 |
| Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
| Tools to help write clear and maintainable Python code with type annotations | 46 |
| A flake8 plugin checking style issues in pytest-based tests | 229 |
| A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
| Requires slots to be defined for subclasses of immutable types in Python | 3 |
| A plugin that detects and warns about problematic debugger statements in Python code | 41 |
| Checks Python string formatting against the latest standard | 14 |
| A tool to identify encoding issues in Python code | 6 |
| Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |