Skip to content

Commit 849396d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.4...v0.11.4) - [github.com/woodruffw/zizmor-pre-commit: v1.5.1 → v1.5.2](zizmorcore/zizmor-pre-commit@v1.5.1...v1.5.2)
1 parent 4bd5961 commit 849396d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ repos:
2222

2323
# autoformat and lint Python code
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.9.4
25+
rev: v0.11.4
2626
hooks:
2727
- id: ruff
2828
args: ["--select=I", "--fix", "--show-fixes"]
2929
- id: ruff-format
3030

3131
# Static security analysis of GitHub actions https://github.com/woodruffw/zizmor
3232
- repo: https://github.com/woodruffw/zizmor-pre-commit
33-
rev: v1.5.1
33+
rev: v1.5.2
3434
hooks:
3535
- id: zizmor

0 commit comments

Comments
 (0)