Skip to content

Commit

Permalink
[pre-commit.ci] 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/rubocop/rubocop: v1.66.0 → v1.66.1](rubocop/rubocop@v1.66.0...v1.66.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 24b099e commit 3879bb4
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 @@ -17,7 +17,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [javascript, jsx, css, scss, html]
Expand All @@ -39,7 +39,7 @@ repos:
app/assets/stylesheets/common/_reset.scss
)$
- repo: https://github.com/rubocop/rubocop
rev: v1.66.0
rev: v1.66.1
hooks:
- id: rubocop
args: ["--autocorrect"]
Expand Down

0 comments on commit 3879bb4

Please sign in to comment.