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
Hi @MortalHappiness, can you provide some guidance on how to replace flake8, isort, and black with ruff? Apart from updating the .pre-commit-config.yaml to use ruff, what else needs to be done?
Hi @win5923 Actually, I don't know either. You can check the codebase to see what needs to be changed, and if you have any questions, feel free to ping me, and I can ask others for you.
In #47991 (comment)
Since
ruff
is drop-in replacement forflake8
so upgradingflake8
and switching toruff
should require the similar amount of efforts.The text was updated successfully, but these errors were encountered: