Skip to content

Commit

Permalink
chore: pre-commit autoupdate (meltano#7601)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Da Silva <will@willdasilva.xyz>
  • Loading branch information
pre-commit-ci[bot] and WillDaSilva committed Apr 25, 2023
1 parent 3dbec14 commit 840e31f
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 @@ -59,7 +59,7 @@ repos:
exclude: ^integration/mdsh$

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.38.0 # Keep this in sync with the eslint "additional_dependency" below!
rev: v8.39.0 # Keep this in sync with the eslint "additional_dependency" below!
hooks:
- id: eslint
files: \.([jt]sx?|vue)$
Expand All @@ -70,14 +70,14 @@ repos:
- "@vue/eslint-config-prettier@7.0.0"
- "@vue/babel-preset-app@5.0.8"
- "@babel/eslint-parser@7.19.1"
- "eslint@8.38.0" # Keep this in sync with the rev above!
- "eslint@8.39.0" # Keep this in sync with the rev above!
- "eslint-config-prettier@8.5.0"
- "eslint-plugin-prettier@4.2.1"
- "eslint-plugin-vue@9.8.0"
- "prettier@2.8.1"

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

0 comments on commit 840e31f

Please sign in to comment.