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
* ci: add ruff (check & format), remove black
- ruff check is fantastic
- ruff format is a drop-in replacement for black (in particular the upcoming preview)
the only places where ruff disagrees with black I agree with the former
* ci: configure ruff
- select all rules
- disable the 4 rules globally that conflict with ruff format
- disable certain rules on a per-file basis
- assert is allowed in tests
- we are using print in the unit tests to track execution
* fix: ruff errors
fix all errors detected by ruff after we turned on nearly all the rules
* ci: configure vscode to use ruff
helps find and fix ruff errors
0 commit comments