Skip to content

Commit 4dcee94

Browse files
[pre-commit.ci] pre-commit autoupdate (#1289)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.1](astral-sh/ruff-pre-commit@v0.15.0...v0.15.1) - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.36.2](python-jsonschema/check-jsonschema@0.36.1...0.36.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 913d354 commit 4dcee94

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
@@ -26,7 +26,7 @@ repos:
2626
require_serial: true
2727
args: [--sort-keys=contributors]
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.15.0
29+
rev: v0.15.1
3030
hooks:
3131
# lint & attempt to correct failures (e.g. pyupgrade)
3232
- id: ruff-check
@@ -50,7 +50,7 @@ repos:
5050
templates/issues/bug.yml
5151
)
5252
- repo: https://github.com/python-jsonschema/check-jsonschema
53-
rev: 0.36.1
53+
rev: 0.36.2
5454
hooks:
5555
# verify github syntaxes
5656
- id: check-github-workflows

0 commit comments

Comments
 (0)