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 numberDiff line numberDiff line change
Expand Up@@ -53,7 +53,7 @@ repos:
types: [yaml]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: aab412d509121cb5f7533134b7e67f9fab59c682 # frozen: v0.16.4
rev: 321478e58f4938179c6b86e4ddfa923d1547a49b # frozen: v0.16.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand DownExpand Up@@ -109,7 +109,7 @@ repos:
# does) is the only way to audit the examples. See .github/zizmor.yml
# for the one ignore this requires.
- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: 451b56af716f9f0d0c2b816503a3fd0cf8b036fa # frozen: v1.29.0
rev: cef8b8350da46d8114c7e6b7272aebdccdf193ce # frozen: v1.30.0
hooks:
- id: zizmor
# Upstream pattern kept intact as the leading alternatives, so
Expand DownExpand Up@@ -138,7 +138,7 @@ repos:
- id: basedpyright

- repo: https://github.com/lfreleng-actions/gha-workflow-linter
rev: 42aa4db931ab4c9da0930ae5ca2259ab08da79cb # frozen: v1.5.2
rev: 445a55d2a15b12217828eecf8d4bf7741e0e1360 # frozen: v1.5.6
hooks:
- id: gha-workflow-linter

Expand Down
Loading