Philipp Hörist pushed to branch osx at gajim / gajim
Commits: 08ab417f by Philipp Hörist at 2026-07-30T22:03:55+02:00 Fix Soup Hook - - - - - 4 changed files: - + mac/hooks/__init__.py - + mac/hooks/pre_safe_import_module/__init__.py - + mac/hooks/pre_safe_import_module/hook-gi.repository.Soup.py - pyproject.toml Changes: ===================================== mac/hooks/__init__.py ===================================== ===================================== mac/hooks/pre_safe_import_module/__init__.py ===================================== ===================================== mac/hooks/pre_safe_import_module/hook-gi.repository.Soup.py ===================================== @@ -0,0 +1,2 @@ +def pre_safe_import_module(api): + api.add_runtime_module(api.module_name) ===================================== pyproject.toml ===================================== @@ -270,6 +270,7 @@ ignore = [ "UP037", # Remove quotes from type annotation "UP046", # Generic class uses `Generic` subclass instead of type parameters "UP047", # Generic should use type parameters + "N999", # Invalid module name ] exclude = [ View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/08ab417feb79820defcc15c8cc5b3015ed2d4397 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/08ab417feb79820defcc15c8cc5b3015ed2d4397 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
