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]