Skip to content

Commit 35014d1

Browse files
authored
Merge pull request #5 from pyvista/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6b11339 + 80862cb commit 35014d1

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
@@ -26,12 +26,12 @@ repos:
2626

2727
# this validates our github workflow files
2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: 0.30.0
29+
rev: 0.32.1
3030
hooks:
3131
- id: check-github-workflows
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.8.6
34+
rev: v0.11.4
3535
hooks:
3636
- id: ruff
3737
args: [--fix, --show-fixes]
@@ -40,7 +40,7 @@ repos:
4040
exclude: tests/core/typing
4141

4242
- repo: https://github.com/rbubley/mirrors-prettier
43-
rev: v3.4.2
43+
rev: v3.5.3
4444
hooks:
4545
- id: prettier
4646
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)