Skip to content

Commit

Permalink
chore: pre-commit autoupdate (meltano#8406)
Browse files Browse the repository at this point in the history
* chore: pre-commit autoupdate

updates:
- [github.com/python-jsonschema/check-jsonschema: 0.27.4 → 0.28.0](python-jsonschema/check-jsonschema@0.27.4...0.28.0)
- [github.com/pre-commit/mirrors-eslint: v8.55.0 → v9.0.0-beta.0](pre-commit/mirrors-eslint@v8.55.0...v9.0.0-beta.0)
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.1](astral-sh/ruff-pre-commit@v0.2.0...v0.2.1)

* Revert update to Eslint

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Will Da Silva <will@willdasilva.xyz>
  • Loading branch information
pre-commit-ci[bot] and WillDaSilva committed Feb 13, 2024
1 parent 7a581c0 commit c47653b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -38,7 +38,7 @@ repos:
- id: debug-statements

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.4
rev: 0.28.0
hooks:
- id: check-metaschema
name: validate JSON schemas against meta schemas
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
- "prettier@3.0.0"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.2.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down

0 comments on commit c47653b

Please sign in to comment.