-
Notifications
You must be signed in to change notification settings - Fork 439
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
✨Update versions of tools in pre-commit configs to latest version #615
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
Reviewer's Guide by SourceryThis pull request updates the versions of ruff, black, and isort in the pre-commit configuration file to their latest versions. Flow diagram of updated pre-commit tools pipelinegraph LR
code[Source Code] --> ruff[Ruff v0.9.4]
ruff --> black[Black v25.1.0]
black --> isort[isort v6.0.0]
isort --> output[Formatted Code]
style ruff fill:#f9f,stroke:#333,stroke-width:2px
style black fill:#f9f,stroke:#333,stroke-width:2px
style isort fill:#f9f,stroke:#333,stroke-width:2px
note[Note: All tools updated to latest versions] --> ruff
note --> black
note --> isort
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, pre-commit-ci[bot]!). We assume it knows what it's doing!
|
updates:
Summary by Sourcery
Update pre-commit hooks to their latest versions.
Build: