Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce
ruff
as a Python linter (#82)
The `ruff` linter has support for checks that some of our existing linters don't, most notably the ability to detect (and fix, if requested) unused imports. Unused imports are a cause of [many PR comments](reboot-dev/mono#2159) and wasted time. `ruff` is also a code formatter, but there's currently no strong reason to switch from `yapf` to `ruff` for that in our codebase.
- Loading branch information