Skip to content

Commit 9896286

Browse files
ci: Add check-jsonschema pre-commit hooks (#319)
1 parent e75fceb commit 9896286

2 files changed

Lines changed: 14 additions & 7 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

meltano.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1
1+
requires_meltano: ">=4.0"
22
send_anonymous_usage_stats: false
33
project_id: tap-pulumi-cloud
44
default_environment: dev
@@ -29,7 +29,7 @@ plugins:
2929
kind: object
3030
label: Requests Cache Config
3131
description: Configuration for requests cache
32-
repository: https://github.com/edgarrmondragon/tap-pulumi-cloud
32+
repo: https://github.com/edgarrmondragon/tap-pulumi-cloud
3333
config:
3434
organizations: [meltano]
3535
loaders:

0 commit comments

Comments
 (0)