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 4e43767 commit e483920Copy full SHA for e483920
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
additional_dependencies: [black==23.12.1]
7
8
- repo: https://github.com/codespell-project/codespell
9
- rev: v2.4.0
+ rev: v2.4.1
10
hooks:
11
- id: codespell
12
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]
@@ -29,12 +29,12 @@ repos:
29
30
# this validates our github workflow files
31
- repo: https://github.com/python-jsonschema/check-jsonschema
32
- rev: 0.31.0
+ rev: 0.31.1
33
34
- id: check-github-workflows
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.9.3
+ rev: v0.9.4
38
39
- id: ruff
40
args: [--fix]
doc/changelog.d/239.maintenance.md
@@ -0,0 +1 @@
1
+[pre-commit.ci] pre-commit autoupdate
0 commit comments