We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89457c1 commit 77382fcCopy full SHA for 77382fc
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ exclude: |
16
repos:
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.12.5
+ rev: v0.12.9
20
hooks:
21
- id: ruff
22
- id: ruff-format
@@ -28,7 +28,7 @@ repos:
28
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt", "-w"]
29
30
- repo: https://github.com/pre-commit/pre-commit-hooks
31
- rev: v5.0.0
+ rev: v6.0.0
32
33
- id: check-merge-conflict
34
- id: debug-statements
@@ -37,7 +37,7 @@ repos:
37
38
# This validates our github workflow files
39
- repo: https://github.com/python-jsonschema/check-jsonschema
40
- rev: 0.33.2
+ rev: 0.33.3
41
42
- id: check-github-workflows
43
0 commit comments