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)

GitHub

22 stars
2 watching
3 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list

flake8flake8-pluginpythontyping

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sco1/flake8-annotations Detects missing type annotations in Python functions and methods 156
decorator-factory/flake8-useless-assert A plugin to catch and report unnecessary assert statements in Python code. 5
snok/flake8-type-checking Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. 113
orsinium-labs/flake8-warnings Lints Python code to detect deprecated modules and functions. 12
jbkahn/flake8-print A plugin to check Python print statements for coding style and errors 121
pycqa/flake8-pyi Enhances Flake8 to better handle stub files used in type hinting 73
tyleryep/flake8-future-annotations Checks Python code for usage of outdated type annotations and suggests adding support for future annotations 15
best-doctor/flake8-annotations-complexity Tools to help write clear and maintainable Python code with type annotations 46
m-burst/flake8-pytest-style A flake8 plugin checking style issues in pytest-based tests 230
adamchainz/flake8-no-pep420 A plugin to enforce PEP 420 namespace package rules in Python code. 25
python-formate/flake8-slots Requires slots to be defined for subclasses of immutable types in Python 3
jbkahn/flake8-debugger A plugin that detects and warns about problematic debugger statements in Python code 41
gforcada/flake8-pep3101 Checks Python string formatting against the latest standard 14
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
and-semakin/flake8-pytestrail Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. 10