Skip to content

Commit e483920

Browse files
[pre-commit.ci] pre-commit autoupdate (#239)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 4e43767 commit e483920

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
additional_dependencies: [black==23.12.1]
77

88
- repo: https://github.com/codespell-project/codespell
9-
rev: v2.4.0
9+
rev: v2.4.1
1010
hooks:
1111
- id: codespell
1212
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]
@@ -29,12 +29,12 @@ repos:
2929

3030
# this validates our github workflow files
3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.31.0
32+
rev: 0.31.1
3333
hooks:
3434
- id: check-github-workflows
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.9.3
37+
rev: v0.9.4
3838
hooks:
3939
- id: ruff
4040
args: [--fix]

doc/changelog.d/239.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[pre-commit.ci] pre-commit autoupdate

0 commit comments

Comments
 (0)