-
Notifications
You must be signed in to change notification settings - Fork 89
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
chore: update pre-commit hooks #2532
Conversation
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.272 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.272...v0.0.275) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
78fc6e1
to
a83b85f
Compare
pre-commit.ci autofix |
Codecov Report
Additional details and impacted files
|
I wonder if we should swap the order of black and Ruff? |
It was my understanding that black runs before Ruff, which sounds to me like the right order.
Only the last consideration implies Ruff → black, and if all three considerations apply, then we'd have to do black → Ruff → black. (In principle, it might never terminate, since the second run of black could move the positions of |
updates: