File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1159,7 +1159,7 @@ format into the specified directory.
11591159Enabling incomplete/experimental features
11601160*****************************************
11611161
1162- .. option :: --enable-incomplete-feature {PreciseTupleTypes ,InlineTypedDict}
1162+ .. option :: --enable-incomplete-feature {PreciseTupleTypes ,InlineTypedDict , TypeForm }
11631163
11641164 Some features may require several mypy releases to implement, for example
11651165 due to their complexity, potential for backwards incompatibility, or
@@ -1214,6 +1214,9 @@ List of currently incomplete/experimental features:
12141214 def test_values () -> {" width" : int , " description" : str }:
12151215 return {" width" : 42 , " description" : " test" }
12161216
1217+ * ``TypeForm ``: this feature enables ``TypeForm ``, as described in
1218+ `PEP 747 – Annotating Type Forms <https://peps.python.org/pep-0747/>_ `.
1219+
12171220
12181221Miscellaneous
12191222*************
You can’t perform that action at this time.
0 commit comments