Skip to content

Commit 7c0eea7

Browse files
ci: Add check-jsonschema pre-commit hooks
1 parent e75fceb commit 7c0eea7

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,19 @@ repos:
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
2424
rev: v0.14.10
2525
hooks:
26-
- id: ruff-check
27-
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
28-
- id: ruff-format
26+
- id: ruff-check
27+
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
28+
- id: ruff-format
2929

3030
- repo: https://github.com/astral-sh/uv-pre-commit
3131
rev: 0.9.26
3232
hooks:
33-
- id: uv-lock
34-
- id: uv-sync
33+
- id: uv-lock
34+
- id: uv-sync
35+
36+
- repo: https://github.com/python-jsonschema/check-jsonschema
37+
rev: 0.36.1
38+
hooks:
39+
- id: check-dependabot
40+
- id: check-github-workflows
41+
- id: check-meltano

0 commit comments

Comments
 (0)