Skip to content

Commit 8ea4227

Browse files
[pre-commit.ci] pre-commit autoupdate (#93)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.1...v0.15.5) - [github.com/python-jsonschema/check-jsonschema: 0.36.2 → 0.37.0](python-jsonschema/check-jsonschema@0.36.2...0.37.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 52880d0 commit 8ea4227

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
args: [--autofix, --no-sort-keys]
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.15.1
18+
rev: v0.15.5
1919
hooks:
2020
- id: ruff # linter
2121
args: [ --fix ]
2222
- id: ruff-format
2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.36.2
24+
rev: 0.37.0
2525
hooks:
2626
- id: check-github-workflows
2727
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks

0 commit comments

Comments
 (0)