Noticed we were pretty far behind on these, especially ruff. Updating them may improve some linting of newer python features in environments like vscode.
No changes to how any of these format code. I'm not including a black update here because I'm afraid of the possibility of noise.
One minor change to ruff CLI. The fix mode is now under the check subcommand.
Noticed we were pretty far behind on these, especially
ruff
. Updating them may improve some linting of newer python features in environments like vscode.No changes to how any of these format code. I'm not including a
black
update here because I'm afraid of the possibility of noise.One minor change to ruff CLI. The fix mode is now under the
check
subcommand.