Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
exclude: ^\.claude/

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.16.3
rev: v0.16.5
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -94,12 +94,12 @@ repos:
additional_dependencies: ['types-requests']

- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: 451b56af716f9f0d0c2b816503a3fd0cf8b036fa # v1.29.0
rev: v1.30.0 # v1.29.0

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.

P2 Stale zizmor version annotation

The revision now selects zizmor v1.30.0, but the adjacent comment still identifies it as v1.29.0, giving maintainers inaccurate dependency metadata during audits and future updates.

Suggested change
rev: v1.30.0 # v1.29.0
rev: v1.30.0 # v1.30.0

hooks:
- id: zizmor

- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.12.5
rev: 0.12.7
hooks:
- id: uv-lock