chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13#551
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13#551renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #551 +/- ##
=======================================
Coverage 91.09% 91.09%
=======================================
Files 111 111
Lines 4201 4201
Branches 552 552
=======================================
Hits 3827 3827
Misses 231 231
Partials 143 143 🚀 New features to boost your workflow:
|
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates the ruff-pre-commit hook to version v0.14.13. However, the ruff dependency in pyproject.toml is not updated accordingly, which can cause inconsistencies between the version used in pre-commit and the version used in the local development environment. I've added a comment to address this.
|
|
||
| repo: https://github.com/astral-sh/ruff-pre-commit | ||
| rev: v0.14.5 | ||
| rev: v0.14.13 |
There was a problem hiding this comment.
To maintain consistency between the development environment and the pre-commit hooks, the ruff dependency in pyproject.toml should be updated to match this version. The pyproject.toml file currently specifies ruff = "^0.14.5", which can lead to different behavior between local runs and pre-commit checks.
Please update the ruff version in pyproject.toml:
- ruff = "^0.14.5"
+ ruff = "^0.14.13"This is also suggested by the comment in pyproject.toml (# Keep in sync with .pre-commit-config.yaml).
This PR contains the following updates:
v0.14.5→v0.14.13v0.15.1(+2)Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.14.13Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.13
v0.14.12Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.12
v0.14.11Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.11
v0.14.10Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.10
v0.14.9Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.9
v0.14.8Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.8
v0.14.7Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.7
v0.14.6Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.