Skip to content

Commit

Permalink
chore: pre-commit autoupdate (meltano#7747)
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.23.0 → 0.23.1](python-jsonschema/check-jsonschema@0.23.0...0.23.1)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.9.0.5](shellcheck-py/shellcheck-py@v0.9.0.2...v0.9.0.5)
- [github.com/pre-commit/mirrors-eslint: v8.41.0 → v8.42.0](pre-commit/mirrors-eslint@v8.41.0...v8.42.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jun 6, 2023
1 parent 4f3fcfb commit 4641a98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
- id: debug-statements

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.0
rev: 0.23.1
hooks:
- id: check-metaschema
name: validate JSON schemas against meta schemas
Expand All @@ -53,14 +53,14 @@ repos:
args: ["--schemafile", "src/meltano/schemas/discovery.schema.json"]

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
rev: v0.9.0.5
hooks:
- id: shellcheck
name: shellcheck
exclude: ^integration/mdsh$

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.41.0 # Keep this in sync with the eslint "additional_dependency" below!
rev: v8.42.0 # Keep this in sync with the eslint "additional_dependency" below!
hooks:
- id: eslint
files: \.([jt]sx?|vue)$
Expand Down

0 comments on commit 4641a98

Please sign in to comment.