We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f4063 commit c34f2c5Copy full SHA for c34f2c5
README.md
@@ -93,7 +93,7 @@ repos:
93
94
- The alternatives to `Optional` are supported, that means both;
95
- `Union[X, None]`
96
- - `x | None` (allowed since python 10+).
+ - `x | None` (allowed since python 3.10+).
97
- Existing imports are reused.
98
- `import as` and `from typing import ...` statements are properly handled.
99
docs/index.md
0 commit comments