Skip to content

Commit

Permalink
chore: pre-commit autoupdate (meltano#7692)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-eslint: v8.40.0 → v8.41.0](pre-commit/mirrors-eslint@v8.40.0...v8.41.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.269](astral-sh/ruff-pre-commit@v0.0.267...v0.0.269)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed May 23, 2023
1 parent 8254242 commit fad8dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repos:
exclude: ^integration/mdsh$

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.40.0 # Keep this in sync with the eslint "additional_dependency" below!
rev: v8.41.0 # Keep this in sync with the eslint "additional_dependency" below!
hooks:
- id: eslint
files: \.([jt]sx?|vue)$
Expand All @@ -77,7 +77,7 @@ repos:
- "prettier@2.8.1"

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.267
rev: v0.0.269
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit fad8dc7

Please sign in to comment.