calyx
calyx copied to clipboard
Switch python toolchain to use `ruff` and `uv`
ruff and uv are two new tools to make the formatting/linting and tool installation for python better. Let's switch from using the weird mix of flit, black, and flake8 to simply and consistently using ruff and uv (I know @sampsyo has already made this switch for Bril).