fix(DX): Boilerplate defaults for type checks and exports (#36871)
Add sane defaults for new apps.
This commit is contained in:
parent
9cea4cedcf
commit
bfba73653f
1 changed files with 4 additions and 1 deletions
|
|
@ -639,7 +639,10 @@ app_license = "{app_license}"
|
|||
# ]
|
||||
|
||||
# Automatically update python controller files with type annotations for this app.
|
||||
# export_python_type_annotations = True
|
||||
export_python_type_annotations = True
|
||||
|
||||
# Require all whitelisted methods to have type annotations
|
||||
require_type_annotated_api_methods = True
|
||||
|
||||
# default_log_clearing_doctypes = {{
|
||||
# "Logging DocType Name": 30 # days to retain logs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue