Skip to content

chore: update pre-commit hook versions#131

Merged
b-long merged 1 commit into
mainfrom
feat/update-pre-commit
Apr 17, 2026
Merged

chore: update pre-commit hook versions#131
b-long merged 1 commit into
mainfrom
feat/update-pre-commit

Conversation

@b-long
Copy link
Copy Markdown
Owner

@b-long b-long commented Apr 17, 2026

  • codespell: v2.4.1 -> v2.4.2
  • ruff: v0.15.0 -> v0.15.11
  • conventional-pre-commit: v4.3.0 -> v4.4.0

- codespell: v2.4.1 -> v2.4.2
- ruff: v0.15.0 -> v0.15.11
- conventional-pre-commit: v4.3.0 -> v4.4.0
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the versions of several pre-commit hooks, including codespell, ruff-pre-commit, and conventional-pre-commit. A critical issue was identified regarding the ruff-pre-commit version, as the specified version v0.15.11 does not exist in the official repository and will cause the pre-commit hook installation to fail.

Comment thread .pre-commit-config.yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.15.0
rev: v0.15.11
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The version v0.15.11 for ruff-pre-commit does not exist in the official repository. The current latest stable version is v0.9.6. Using a non-existent version will cause the pre-commit hook installation to fail. Please update this to a valid version.

    rev: v0.9.6

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect

@b-long b-long merged commit 7ed8f1a into main Apr 17, 2026
10 checks passed
@b-long b-long deleted the feat/update-pre-commit branch April 17, 2026 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant