Skip to content

Commit c3fb5ba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.14...v0.15.2) - [github.com/sirosen/check-jsonschema: 0.36.1 → 0.36.2](python-jsonschema/check-jsonschema@0.36.1...0.36.2) - [github.com/python-poetry/poetry: 2.3.1 → 2.3.2](python-poetry/poetry@2.3.1...2.3.2)
1 parent 80050f5 commit c3fb5ba

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
@@ -35,18 +35,18 @@ repos:
3535
args:
3636
- --futures=true
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.14.14
38+
rev: v0.15.2
3939
hooks:
4040
- id: ruff-check
4141
args: [--fix, --exit-non-zero-on-fix]
4242
- id: ruff-format
4343
- repo: https://github.com/sirosen/check-jsonschema
44-
rev: 0.36.1
44+
rev: 0.36.2
4545
hooks:
4646
- id: check-github-actions
4747
- id: check-github-workflows
4848
- repo: https://github.com/python-poetry/poetry
49-
rev: '2.3.1'
49+
rev: '2.3.2'
5050
hooks:
5151
- id: poetry-install
5252
ci:

0 commit comments

Comments
 (0)