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

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

flake8flake8-pluginpythontyping

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sco1/flake8-annotationsDetects missing type annotations in Python functions and methods156
decorator-factory/flake8-useless-assertA plugin to catch and report unnecessary assert statements in Python code.5
snok/flake8-type-checkingAnalyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.115
orsinium-labs/flake8-warningsLints Python code to detect deprecated modules and functions.12
jbkahn/flake8-printA plugin to check Python print statements for coding style and errors121
pycqa/flake8-pyiEnhances Flake8 to better handle stub files used in type hinting73
tyleryep/flake8-future-annotationsChecks Python code for usage of outdated type annotations and suggests adding support for future annotations15
best-doctor/flake8-annotations-complexityTools to help write clear and maintainable Python code with type annotations46
m-burst/flake8-pytest-styleA flake8 plugin checking style issues in pytest-based tests229
adamchainz/flake8-no-pep420A plugin to enforce PEP 420 namespace package rules in Python code.25
python-formate/flake8-slotsRequires slots to be defined for subclasses of immutable types in Python3
jbkahn/flake8-debuggerA plugin that detects and warns about problematic debugger statements in Python code41
gforcada/flake8-pep3101Checks Python string formatting against the latest standard14
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
and-semakin/flake8-pytestrailAnalyze Python code for missing or incorrectly formatted test identifiers for a testing framework.10