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
There was an issue where `ruff check --fix` will fail on too long files
before `ruff format` has a chance to fix them. To fix this, we now call
`ruff format` before `ruff check --fix` but we also run formatting a
second in case the lint fix introduces formatting issues.
Signed-off-by: Fynn Schmitt-Ulms <[email protected]>
0 commit comments