Skip to content

Commit 41743e5

Browse files
authored
Merge pull request #9 from pyvista/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b30bb33 + e5cd53c commit 41743e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/keewis/blackdoc
9-
rev: v0.4.3
9+
rev: v0.4.6
1010
hooks:
1111
- id: blackdoc
1212
files: '\.py$'
@@ -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.34.0
29+
rev: 0.36.0
3030
hooks:
3131
- id: check-github-workflows
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.13.3
34+
rev: v0.14.10
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.6.2
43+
rev: v3.7.4
4444
hooks:
4545
- id: prettier
4646
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)