You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project's pre-commit setup is not documented, causing confusion and CI failures (e.g., in PR #906). Checks are not enforced locally for all contributors.
Suggested Solution
Unify Hooks: Extend the existing .pre-commit-config.yaml to include JavaScript checks (ESLint, Prettier) alongside the Python checks (Ruff).
Document Setup: Create a CONTRIBUTING.md or update DEVELOP.md to instruct contributors on how to install and use the hooks with uv run pre-commit install.