mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-28 01:14:46 +00:00
refactor: add type hints required flag to hooks.py (#53356)
This commit is contained in:
@@ -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.
|
# List of apps whose translatable strings should be excluded from this app's translations.
|
||||||
ignore_translatable_strings_from = ["frappe"]
|
ignore_translatable_strings_from = ["frappe"]
|
||||||
|
require_type_annotated_api_methods = True
|
||||||
|
|||||||
Reference in New Issue
Block a user