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
In current main, pre-commit ruff hook name is "Format and lint code using ruff". However the hook docs say that actually there are two different hooks (ruff and ruff-format) for linting and formatting: https://github.com/astral-sh/ruff-pre-commit
Git blamed @smcguire-cmu, so I assign him to this issue
Side note: should I open a separate issue for having an option to set ruff to be a default formatter instead of black?
The text was updated successfully, but these errors were encountered:
In current
main
, pre-commit ruff hook name is "Format and lint code using ruff". However the hook docs say that actually there are two different hooks (ruff
andruff-format
) for linting and formatting:https://github.com/astral-sh/ruff-pre-commit
Git blamed @smcguire-cmu, so I assign him to this issue
Side note: should I open a separate issue for having an option to set
ruff
to be a default formatter instead ofblack
?The text was updated successfully, but these errors were encountered: