-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathts2pythonConfig.ini
More file actions
17 lines (15 loc) · 874 Bytes
/
ts2pythonConfig.ini
File metadata and controls
17 lines (15 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[ts2python]
RenderAnonymous = 'local' # rendering of anonymous TypedDicts: "type", "functional", "local", "toplevel"
UseEnum = True # PEP 435, Python 3.4
UsePostponedEvaluation = False # PEP 563, Python 3.7 (adds "from __future__ import annotations")
UseLiteralType = False # PEP 584, 586, Python 3.8
UseTypeUnion = False # PEP 604, Python 3.10
UseExplicitTypeAlias = False # PEP 613, Python 3.10
UseVariadicGenerics = False # PEP 646, Python 3.11
UseNotRequired = True # PEP 655, Python 3.11
UseTypeParameters = False # PEP 695, Python 3.12
AllowReadOnly = True # PEP 705, Python 3.13
AssumeDeferredEvaluation = False # PEP 649, 749, Python 3.14
KeepMultilineComments = True # keep comments in AST
[DHParser]
# batch_processing_parallelization = False # use this for debugging