diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c42892e73..8b5a34907d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,3 +81,9 @@ repos: args: ["--verbose"] - 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]