Skip to content

Commit

Permalink
chore: pre-commit autoupdate (meltano#7505)
Browse files Browse the repository at this point in the history
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 Apr 11, 2023
1 parent a0151ac commit 5f981b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.37.0 # Keep this in sync with the eslint "additional_dependency" below!
rev: v8.38.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.37.0" # Keep this in sync with the rev above!
- "eslint@8.38.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.260
rev: v0.0.261
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -89,7 +89,7 @@ repos:
exclude: ^(src/meltano/migrations/)

- repo: https://github.com/flakeheaven/flakeheaven
rev: 3.2.1
rev: 3.3.0
hooks:
- id: flakeheaven
exclude: ^(src/meltano/migrations/)
Expand Down

0 comments on commit 5f981b5

Please sign in to comment.