Skip to content

Commit f165dd7

Browse files
chore: pre-commit automatic update (#1281)
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 5af56b5 commit f165dd7

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

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.4.9
10+
rev: v0.4.10
1111
hooks:
1212
- id: ruff
1313

@@ -26,7 +26,7 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/ansys/pre-commit-hooks
29-
rev: v0.3.2
29+
rev: v0.3.1
3030
hooks:
3131
- id: add-license-headers
3232
files: '(src|examples|tests|docker)/.*\.(py)|\.(proto)'
@@ -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.28.5
38+
rev: 0.28.6
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+
chore: pre-commit automatic update

0 commit comments

Comments
 (0)