Run uv run pre-commit run --all-files

This commit is contained in:
Dillon DuPont
2025-10-24 17:07:58 -07:00
parent 4823256fde
commit bf1de51bff
6 changed files with 2543 additions and 905 deletions

View File

@@ -75,9 +75,14 @@ except Exception:
except Exception:
package_version = "unknown"
accessibility_handler, automation_handler, diorama_handler, file_handler, desktop_handler, window_handler = (
HandlerFactory.create_handlers()
)
(
accessibility_handler,
automation_handler,
diorama_handler,
file_handler,
desktop_handler,
window_handler,
) = HandlerFactory.create_handlers()
handlers = {
"version": lambda: {"protocol": protocol_version, "package": package_version},
# App-Use commands