diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5918b51..d2e6ba0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,8 +46,7 @@ repos: # Format configuration files with prettier - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.3" + rev: "v4.0.0-alpha.4" hooks: - id: prettier - entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742 - types_or: [ yaml, markdown, html, css, scss, javascript, json ] + types_or: [yaml, markdown, html, css, scss, javascript, json]