We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75fceb commit 7c0eea7Copy full SHA for 7c0eea7
1 file changed
.pre-commit-config.yaml
@@ -23,12 +23,19 @@ repos:
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
rev: v0.14.10
25
hooks:
26
- - id: ruff-check
27
- args: [--fix, --exit-non-zero-on-fix, --show-fixes]
28
- - id: ruff-format
+ - id: ruff-check
+ args: [--fix, --exit-non-zero-on-fix, --show-fixes]
+ - id: ruff-format
29
30
- repo: https://github.com/astral-sh/uv-pre-commit
31
rev: 0.9.26
32
33
- - id: uv-lock
34
- - id: uv-sync
+ - id: uv-lock
+ - 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