no_implicit_optional
Type hint fixer
An automated tool to fix Python code to comply with PEP 484's explicit use of Optional type hints
A codemod to make your implicit optional type hints PEP 484 compliant.
85 stars
3 watching
8 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides commonly used data structures and protocols in Python to improve code clarity and maintainability | 115 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| Enforces consistent use of optional type annotations in Python code | 17 |
| A learning tool to help developers understand type hints in Python by fixing errors and annotating code | 119 |
| Automatically detects and flags temporary notes in Python code to help maintain coding standards. | 18 |
| Library providing type hinting generics support for Python 3.6 to 3.8 and 3.9+ for union types and standard collections. | 19 |
| A module that provides experimental type hints and enables use of new type system features on older Python versions. | 450 |
| Provides preprocessor nodes for generating hint images in the ControlNet AI system | 2,408 |
| Typesafe wrappers for handling errors and absent data in Python | 44 |
| Provides type hints and APIs to simplify Abaqus/Python scripting | 201 |
| A library that provides runtime-checkable type protocols for operator overloading in Python | 24 |
| Fixes syntax errors in neural network code | 18 |
| A tool to automatically add type annotations to Python code based on runtime call arguments and return types. | 1,428 |
| A CLI tool to automatically add type annotations into Python code | 86 |
| Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |