Skip to content

Commit 7ca5f13

Browse files
Update pre-commit dependencies (#16813)
1 parent 743f85f commit 7ca5f13

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude: |
1919
2020
repos:
2121
- repo: https://github.com/abravalheri/validate-pyproject
22-
rev: v0.23
22+
rev: v0.24
2323
hooks:
2424
- id: validate-pyproject
2525

@@ -60,7 +60,7 @@ repos:
6060
- black==25.1.0
6161

6262
- repo: https://github.com/crate-ci/typos
63-
rev: v1.30.0
63+
rev: v1.30.2
6464
hooks:
6565
- id: typos
6666

@@ -74,7 +74,7 @@ repos:
7474
pass_filenames: false # This makes it a lot faster
7575

7676
- repo: https://github.com/astral-sh/ruff-pre-commit
77-
rev: v0.9.9
77+
rev: v0.11.0
7878
hooks:
7979
- id: ruff-format
8080
- id: ruff
@@ -84,20 +84,20 @@ repos:
8484

8585
# Prettier
8686
- repo: https://github.com/rbubley/mirrors-prettier
87-
rev: v3.5.2
87+
rev: v3.5.3
8888
hooks:
8989
- id: prettier
9090
types: [yaml]
9191

9292
# zizmor detects security vulnerabilities in GitHub Actions workflows.
9393
# Additional configuration for the tool is found in `.github/zizmor.yml`
9494
- repo: https://github.com/woodruffw/zizmor-pre-commit
95-
rev: v1.4.1
95+
rev: v1.5.1
9696
hooks:
9797
- id: zizmor
9898

9999
- repo: https://github.com/python-jsonschema/check-jsonschema
100-
rev: 0.31.2
100+
rev: 0.31.3
101101
hooks:
102102
- id: check-github-workflows
103103

0 commit comments

Comments
 (0)