Skip to content

Commit 1a192a7

Browse files
pre-commit-ci[bot]pyansys-ci-botRobPasMue
authored
chore: pre-commit automatic update (#1717)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 18139f3 commit 1a192a7

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
@@ -7,13 +7,13 @@ exclude: "tests/integration/files"
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.9.3
10+
rev: v0.9.4
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format
1414

1515
- repo: https://github.com/codespell-project/codespell
16-
rev: v2.4.0
16+
rev: v2.4.1
1717
hooks:
1818
- id: codespell
1919
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt", "-w"]
@@ -35,7 +35,7 @@ repos:
3535

3636
# this validates our github workflow files
3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.31.0
38+
rev: 0.31.1
3939
hooks:
4040
- id: check-github-workflows
4141

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pre-commit automatic update

0 commit comments

Comments
 (0)