Skip to content

Commit 948ea5b

Browse files
pre-commit-ci[bot]pyansys-ci-botStefanThoene
authored
ci: pre-commit autoupdate (#757)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.5](astral-sh/ruff-pre-commit@v0.13.3...v0.14.5) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.35.0](python-jsonschema/check-jsonschema@0.34.0...0.35.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Stefan Thöne <[email protected]>
1 parent 8088b55 commit 948ea5b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude: |
1616
repos:
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.13.3
19+
rev: v0.14.5
2020
hooks:
2121
- id: ruff
2222
- id: ruff-format
@@ -37,7 +37,7 @@ repos:
3737

3838
# This validates our github workflow files
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.34.0
40+
rev: 0.35.0
4141
hooks:
4242
- id: check-github-workflows
4343

doc/changelog.d/757.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pre-commit autoupdate

0 commit comments

Comments
 (0)