flake8-type-checking

Import analysis tool

Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.

Flake8 plugin for managing type-checking imports & forward references.

GitHub

115 stars
3 watching
16 forks
Language: Python
last commit: almost 2 years ago
Linked from 2 awesome lists

flake8flake8-extensionsflake8-pluginimportspythontyping

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
asottile/flake8-typing-importsAutomatically checks Python typing module imports for compatibility with different Python versions.48
sco1/flake8-annotationsDetects missing type annotations in Python functions and methods156
sfstpala/flake8-import-styleEnsures explicit module imports in Python code to maintain quality and readability.3
tlocke/flake8-alphabetizeTools to alphabetize and check the order of import statements, exception lists, and all lists in Python code.16
xzise/flake8-future-importChecks Python code for compatibility with future imports.18
tyleryep/flake8-future-annotationsChecks Python code for usage of outdated type annotations and suggests adding support for future annotations15
bskinn/flake8-absolute-importA tool that enforces absolute import statements to improve code clarity and avoid potential issues.12
pycqa/flake8-import-orderA plugin that checks the ordering of imports in Python code according to specific style guides.277
best-doctor/flake8-annotations-complexityTools to help write clear and maintainable Python code with type annotations46
afonasev/flake8-returnTool to check return values in Python functions62
decorator-factory/flake8-pep585A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements.23
rows-s/flake8_internal_name_importA flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues.4
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
adamchainz/flake8-tidy-importsA plugin that helps write more organized imports in Python code.72
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14