refactor: add type hints required flag to hooks.py (#53356)

This commit is contained in:
Mihir Kandoi
2026-03-12 11:42:46 +05:30
committed by GitHub

View File

@@ -695,3 +695,4 @@ fields_for_group_similar_items = ["qty", "amount"]
# ------------
# List of apps whose translatable strings should be excluded from this app's translations.
ignore_translatable_strings_from = ["frappe"]
require_type_annotated_api_methods = True