Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#7299)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

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/thibaudcolas/pre-commit-stylelint: v16.9.0 → v16.10.0](thibaudcolas/pre-commit-stylelint@v16.9.0...v16.10.0)
- [github.com/rubocop/rubocop: v1.66.0 → v1.68.0](rubocop/rubocop@v1.66.0...v1.68.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Revert prettier update

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: David Liu <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and david-yz-liu authored Nov 6, 2024
1 parent 0612dfc commit 675b279
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 @@ -22,7 +22,7 @@ repos:
- id: prettier
types_or: [javascript, jsx, css, scss, html]
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v16.9.0
rev: v16.10.0
hooks:
- id: stylelint
additional_dependencies: [
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.68.0
hooks:
- id: rubocop
args: ["--autocorrect"]
Expand Down

0 comments on commit 675b279

Please sign in to comment.