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
refactor(workflow): update pre-commit commands
- Change pre-commit update command to run on all files.
- Remove redundant linting check from the workflow.
- Simplify dependency specifications in uv.lock.
chore(workflow): comment out conditional for deployment
- Temporarily disable the condition that checks if the previous
workflow run was successful before proceeding with deployment.