Skip to content

Commit a2d73d5

Browse files
[pre-commit.ci] pre-commit autoupdate (#503)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.0...v0.6.9) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.3](python-jsonschema/check-jsonschema@0.28.6...0.29.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c1e85a8 commit a2d73d5

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
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-json
1111
- id: end-of-file-fixer
@@ -18,14 +18,14 @@ repos:
1818
args: [--preserve-quotes]
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.5.0
21+
rev: v0.6.9
2222
hooks:
2323
- id: ruff-format
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema
28-
rev: "0.28.6"
28+
rev: "0.29.3"
2929
hooks:
3030
- id: check-dependabot
3131
- id: check-github-workflows

0 commit comments

Comments
 (0)