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
♻️ Remove incorrect pre-commit cache configuration from CI workflow
Remove the pre-commit cache setup that was using the wrong Python version.
The cache was configured based on the system Python version, but the
workflow uses Python managed by uv.
0 commit comments