Skip to content

Commit

Permalink
chore(pre-commit): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/python-poetry/poetry: 1.8.3 → 1.8.0](python-poetry/poetry@1.8.3...1.8.0)
- [github.com/scop/pre-commit-shfmt: v3.7.0-1 → v3.8.0-1](scop/pre-commit-shfmt@v3.7.0-1...v3.8.0-1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 5599d90 commit 194448e
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 @@ -18,7 +18,7 @@ repos:
args: [--fix=lf]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier

Expand Down Expand Up @@ -46,13 +46,13 @@ repos:
args: [--fix]

- repo: https://github.com/python-poetry/poetry
rev: 1.8.3
rev: 1.8.0
hooks:
- id: poetry-check
args: [--lock]

- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-1
rev: v3.8.0-1
hooks:
- id: shfmt
exclude_types: [] # enable for zsh

0 comments on commit 194448e

Please sign in to comment.