File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- version : 1
1+ requires_meltano : " >=4.0 "
22send_anonymous_usage_stats : false
33project_id : tap-pulumi-cloud
44default_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 :
You can’t perform that action at this time.
0 commit comments