Skip to content

Commit 73cc9d8

Browse files
chore: pre-commit automatic update (#2335)
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 fd70487 commit 73cc9d8

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

99
- repo: https://github.com/google/yamlfmt
10-
rev: v0.17.2
10+
rev: v0.19.0
1111
hooks:
1212
- id: yamlfmt
1313
args:
1414
- "-formatter"
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.10.0
18+
rev: v2.11.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.14.0
24+
rev: v0.14.1
2525
hooks:
2626
- id: ruff-check
2727
- id: ruff-format
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)