fix(DX): Boilerplate defaults for type checks and exports (#36871)

Add sane defaults for new apps.
This commit is contained in:
Ankush Menat 2026-02-09 15:40:02 +05:30 committed by GitHub
parent 9cea4cedcf
commit bfba73653f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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