Skip to content

Commit 22771b7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.36.2 → 0.37.0](python-jsonschema/check-jsonschema@0.36.2...0.37.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.2...v0.15.4)
1 parent 4535173 commit 22771b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ repos:
1515
- id: pretty-format-yaml
1616
args: [--autofix, --indent, '2', --offset, '2']
1717
- repo: https://github.com/python-jsonschema/check-jsonschema
18-
rev: 0.36.2
18+
rev: 0.37.0
1919
hooks:
2020
- id: check-dependabot
2121
- id: check-github-actions
2222
- id: check-github-workflows
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.15.2
24+
rev: v0.15.4
2525
hooks:
2626
- id: ruff-check
2727
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)