-
Notifications
You must be signed in to change notification settings - Fork 3
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
Automatic package template update #351
Conversation
Reviewer's Guide by SourceryThis pull request automates dependency and configuration updates. It updates maintainer-defined versions for pre-commit hooks and build dependencies by modifying configuration files, providing streamlined updates to ensure the project remains current. Flow diagram for automatic package template update processflowchart TD
A[PR: Automatic package template update] --> B[Trigger Package Update Process]
B --> C[Update .pre-commit-config.yaml]
C --> C1[Update ruff from v0.8.6 to v0.9.4]
C --> C2[Update isort from 5.13.2 to v6.0.0]
C --> C3[Update codespell from v2.3.0 to v2.4.1]
B --> D[Update pyproject.toml]
D --> D1[Update setuptools_scm dependency from >=6.2 to >=8.0.0]
D --> D2[Update setuptools to v62.1]
D --> D3[Rename configuration key: write_to -> version_file]
D1 & D2 & D3 --> E[Build System Updated]
E --> F[Commit & Merge]
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.
Hey @nabobalis - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider using
version
instead ofrev
for pre-commit hooks.
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Summary by Sourcery
Update pre-commit hooks and dependencies versions.
Build: