diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b5a1f8b9a..ec5b1f2217 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.4" # Use the sha or tag you want to point at + rev: "v3.0.0" # Use the sha or tag you want to point at hooks: - id: prettier files: ".*.(json|js|css)"