seitime-frappe/frappe/model/utils
Aarol D'Souza c55ff193a6
fix: add type hints to whitelisted methods 3 (#37149)
* fix(apps): add type hints to whitelisted methods

* fix(recorder): add type hints to whitelisted methods

* fix(comments): add type hints to whitelisted methods

* fix(oauth2): add type hints to whitelisted methods

* fix(google_calendar): add type hints to whitelisted methods

* fix(print): add type hints to whitelisted methods

* fix(print_format_builder): add type hints to whitelisted methods

* refactor(network_printer_settings): remove unused args

* fix(document): add type hints to whitelisted methods

* fix(user_settings): add type hints to whitelisted methods

* fix(mapper): add type hints to whitelisted methods

* fix(connected_app): add type hints to whitelisted methods

* fix(google_contacts): add type hints to whitelisted methods

* fix(frappecloud_billing): add type hints to whitelisted methods

* test: rewrite test to fit the strict type check

* fix(social_login_key): add type hints to whitelisted methods

* fix(share): add type hints to whitelisted methods

* fix(webhook): add type hints to whitelisted methods

* fix(workflow): add type hints to whitelisted methods

* fix(workflow main): add type hints to whitelisted methods

* fix(workflow_action): add type hints to whitelisted methods

* fix: flexible type hint

* fix(client): add type hints to whitelisted methods

* fix: fix some of the tighter types

* fix(frappecloud_billing): add str typehint to whitelisted endpoint

* fix: target_doc can be dict/json string

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2026-02-20 06:50:19 +00:00
..
__init__.py fix: simplify load_from_db logic 2025-03-15 16:14:55 +05:30
link_count.py fix: Sample link counts and flush frequently (#32713) 2025-05-29 12:18:28 +05:30
mask.py feat: implement field masking for query builder (#35230) 2025-12-16 12:08:13 +05:30
rename_doc.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
rename_field.py fix(model): fix postgres compatibility in update_user_settings 2025-12-24 11:33:42 +07:00
user_settings.py fix: add type hints to whitelisted methods 3 (#37149) 2026-02-20 06:50:19 +00:00