Skip to content

Commit 29d69a5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/ansys/pre-commit-hooks: v0.4.4 → v0.5.1](ansys/pre-commit-hooks@v0.4.4...v0.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.2](astral-sh/ruff-pre-commit@v0.9.1...v0.9.2)
1 parent f4435ea commit 29d69a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/ansys/pre-commit-hooks
23-
rev: v0.4.4
23+
rev: v0.5.1
2424
hooks:
2525
- id: add-license-headers
2626
files: '(src|examples|tests|docker)/.*\.(py)|\.(proto)'
@@ -34,7 +34,7 @@ repos:
3434
- id: check-github-workflows
3535

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

0 commit comments

Comments
 (0)