auto-optional

Type checker

Enforces consistent use of optional type annotations in Python code

Makes typed arguments Optional when the default argument is None

GitHub

17 stars
2 watching
3 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list

code-qualitypypipythonpython3refactoring

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jellezijlstra/autotypingAutomatically adds type annotations to code241
stewori/pytypesProvides runtime typechecking and annotation tools for Python to enforce strict type compatibility201
sco1/flake8-annotationsDetects missing type annotations in Python functions and methods156
kotlinisland/basedmypyA Python static type checker with additional features to improve typing and error reporting.148
orsinium-labs/infer-typesA CLI tool to automatically add type annotations into Python code86
aldanor/typoA package providing runtime type checking for Python functions annotated with argument type hints.29
snok/flake8-type-checkingAnalyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.115
contains-io/typetA Python library that simplifies type checking and validation in object-oriented coding22
best-doctor/flake8-annotations-complexityTools to help write clear and maintainable Python code with type annotations46
ambv/retypeRe-applies type annotations from .pyi stubs to codebases141
tyleryep/flake8-future-annotationsChecks Python code for usage of outdated type annotations and suggests adding support for future annotations15
ilevkivskyi/com2annTranslates type comments to type annotations in Python source code142
reokatoa/koreksyonTools for developing and implementing spell-checking and grammar-checking capabilities in low-resource languages.3
ilevkivskyi/typing_inspectProvides utilities for inspecting and analyzing Python types at runtime352