uv
uv copied to clipboard
Fast lint CI job: Rustfmt, Prettier, Ruff
Add a single job for for fast lint tools. Rustfmt for rust, ruff for python formatting and linting, prettier avoids inconsistent formatter changes between pycharm and vscode.
Should we do a single task that does all the fast linters: rustfmt, prettier (yml), ruff format and ruff check? The github UI becomews unwieldy with too many jobs:
I'd be down to have all the formatting run in a single job, yeah