diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9cdf69..efb23e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v2.7.1' # Use the sha / tag you want to point at + rev: 'v3.0.0-alpha.0' # Use the sha / tag you want to point at hooks: - id: prettier files: "^frontend/"