diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 61b064e..a73ef41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v3.0.1' # Use the sha / tag you want to point at + rev: 'v3.0.2' # Use the sha / tag you want to point at hooks: - id: prettier files: "^frontend/"