Skip to content

Commit 4d99f49

Browse files
authored
Merge pull request #9 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4bd5961 + 849396d commit 4d99f49

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)