-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pre-commit.ci] pre-commit autoupdate #5554
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.4...v0.8.0)
A few errors for |
Per-line ignores seems best. I don't like touching old code around here. |
CodSpeed Performance ReportMerging #5554 will not alter performanceComparing Summary
|
Any comments here @conda/builds-tools? |
Should we do something like this instead? |
The idea I had was to leave old code in place, but ensure new code is updated. The noqa markers will let us find the few instances of the older style should we want to fix them. |
updates: