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
# Install git hook
pre-commit install
# Run pre-commit checks manually on all files:
pre-commit run --all-files
# Update pre-commit hooks to their latest versions
pre-commit autoupdate