Skip to content

Commit a0800b5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.4...v0.11.8) - [github.com/woodruffw/zizmor-pre-commit: v1.5.2 → v1.6.0](zizmorcore/zizmor-pre-commit@v1.5.2...v1.6.0)
1 parent 2a7de09 commit a0800b5

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.11.4
25+
rev: v0.11.8
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.2
33+
rev: v1.6.0
3434
hooks:
3535
- id: zizmor

0 commit comments

Comments
 (0)