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
Investigate moving the entire formatting / linting toolchain to ruff. The ecosystem should ideally include a formatter, linter, VSCode extension, and pre-commit hook. This would replace ufmt (black + usort). Re-investigate isort vs. usort, which might be a dealbreaker for moving to ruff.
Alternatively, check out flake8 or similar.
The text was updated successfully, but these errors were encountered:
Investigate moving the entire formatting / linting toolchain to ruff. The ecosystem should ideally include a formatter, linter, VSCode extension, and pre-commit hook. This would replace ufmt (black + usort). Re-investigate isort vs. usort, which might be a dealbreaker for moving to ruff.
Alternatively, check out flake8 or similar.
The text was updated successfully, but these errors were encountered: