Skip to content

Commit cd62797

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.36.2](python-jsonschema/check-jsonschema@0.36.1...0.36.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.1](astral-sh/ruff-pre-commit@v0.15.0...v0.15.1)
1 parent 6d70e59 commit cd62797

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.1
18+
rev: 0.36.2
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.0
24+
rev: v0.15.1
2525
hooks:
2626
- id: ruff-check
2727
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)