Skip to content

Commit 77382fc

Browse files
ci: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.5...v0.12.9) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3)
1 parent 89457c1 commit 77382fc

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,7 +16,7 @@ exclude: |
1616
repos:
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.5
19+
rev: v0.12.9
2020
hooks:
2121
- id: ruff
2222
- id: ruff-format
@@ -28,7 +28,7 @@ repos:
2828
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt", "-w"]
2929

3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v5.0.0
31+
rev: v6.0.0
3232
hooks:
3333
- id: check-merge-conflict
3434
- id: debug-statements
@@ -37,7 +37,7 @@ repos:
3737

3838
# This validates our github workflow files
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.33.2
40+
rev: 0.33.3
4141
hooks:
4242
- id: check-github-workflows
4343

0 commit comments

Comments
 (0)