Skip to content

Commit 6f780a8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/ansys/pre-commit-hooks: v0.4.4 → v0.5.0](ansys/pre-commit-hooks@v0.4.4...v0.5.0) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](python-jsonschema/check-jsonschema@0.30.0...0.31.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.6...v0.9.1)
1 parent 53f82d8 commit 6f780a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.0
2424
hooks:
2525
- id: add-license-headers
2626
files: '(src|examples|tests|docker)/.*\.(py)|\.(proto)'
@@ -29,12 +29,12 @@ repos:
2929

3030
# this validates our github workflow files
3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.30.0
32+
rev: 0.31.0
3333
hooks:
3434
- id: check-github-workflows
3535

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

0 commit comments

Comments
 (0)