Skip to content

Commit 093e3f7

Browse files
chore: pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10)
1 parent 7ef8d44 commit 093e3f7

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
@@ -23,14 +23,14 @@ repos:
2323
- id: trailing-whitespace
2424

2525
- repo: https://github.com/python-jsonschema/check-jsonschema
26-
rev: 0.35.0
26+
rev: 0.36.0
2727
hooks:
2828
- id: check-dependabot
2929
- id: check-meltano
3030
- id: check-github-workflows
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.14.7
33+
rev: v0.14.10
3434
hooks:
3535
- id: ruff-check
3636
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

0 commit comments

Comments
 (0)