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
Also, we should be able to cleanup config files such as /.flake8 if we're now using Ruff and linting is specified in pyproject.toml
That's indeed the plan after we finish configuring ruff to run a superset of flake8 inspections. I couldn't guarantee that this was the case, so kept flake8 temporarily.
(Btw, flake8 cannot be configured via pyproject, its configs were very recently moved from setup.cfg to the file you mentioned.)
This is a placeholder issue so that we hide the reformatting commits on changing to ruff.
Some commits here we should hide:
TODO:
The text was updated successfully, but these errors were encountered: