Skip to content

Commit 8c57b73

Browse files
chore: pre-commit automatic update (#2319)
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 34e7358 commit 8c57b73

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
@@ -15,13 +15,13 @@ repos:
1515
- "max_line_length=120,retain_line_breaks=true,retain_line_breaks_single=true"
1616

1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: v2.8.0
18+
rev: v2.10.0
1919
hooks:
2020
- id: pyproject-fmt
2121
args: [--keep-full-version]
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.13.3
24+
rev: v0.14.0
2525
hooks:
2626
- id: ruff-check
2727
- id: ruff-format
@@ -49,7 +49,7 @@ repos:
4949

5050
# this validates our github workflow files
5151
- repo: https://github.com/python-jsonschema/check-jsonschema
52-
rev: 0.34.0
52+
rev: 0.34.1
5353
hooks:
5454
- id: check-github-workflows
5555

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)