From d36f4d91e704b641856e52efa16451d07cc37aca Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Wed, 21 Aug 2024 13:06:55 +0900 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 399444720e..8b5a34907d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -82,8 +82,8 @@ repos: - id: check-github-workflows args: ["--verbose"] - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 - hooks: - - id: prettier - types_or: [yaml, html, css, scss, javascript, json, toml] +- repo: https://github.com/pre-commit/mirrors-prettier + rev: v3.1.0 + hooks: + - id: prettier + types_or: [yaml, html, css, scss, javascript, json, toml]