Skip to content

Commit 9f7e98a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.8...v0.12.2) - [github.com/woodruffw/zizmor-pre-commit: v1.6.0 → v1.11.0](zizmorcore/zizmor-pre-commit@v1.6.0...v1.11.0)
1 parent 62ff294 commit 9f7e98a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ ci:
1616
repos:
1717
# https://github.com/pre-commit/mirrors-prettier is not maintained
1818
- repo: https://github.com/rbubley/mirrors-prettier
19-
rev: v3.5.3
19+
rev: v3.6.2
2020
hooks:
2121
- id: prettier
2222

2323
# autoformat and lint Python code
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.11.8
25+
rev: v0.12.2
2626
hooks:
2727
- id: ruff
2828
args: ["--select=I", "--fix", "--show-fixes"]
@@ -31,6 +31,6 @@ repos:
3131
# Static security analysis of GitHub actions https://github.com/woodruffw/zizmor
3232
# Additional config is in .github/zizmor.yml
3333
- repo: https://github.com/woodruffw/zizmor-pre-commit
34-
rev: v1.6.0
34+
rev: v1.11.0
3535
hooks:
3636
- id: zizmor

0 commit comments

Comments
 (0)