mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 13:12:22 +01: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.
|
||||
ignore_translatable_strings_from = ["frappe"]
|
||||
require_type_annotated_api_methods = True
|
||||
|
||||
Reference in New Issue
Block a user