refactor: add type hints required flag to hooks.py

This commit is contained in:
Mihir Kandoi
2026-03-12 11:08:24 +05:30
parent 9a4c7766e3
commit 417066d188

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