Closed betaprior closed 5 months ago
We are anticipating merging a pre-commit hook that uses ruff to sort imports. This PR formats the repo accordingly, hopefully making outstanding PRs easier to diff and merge. The following command was run:
ruff check --select I --fix ruff format
We are anticipating merging a pre-commit hook that uses ruff to sort imports. This PR formats the repo accordingly, hopefully making outstanding PRs easier to diff and merge. The following command was run:
ruff check --select I --fix ruff format