diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fda8b78..09721cd 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.6.2' # Use the sha / tag you want to point at + rev: 'v2.7.1' # Use the sha / tag you want to point at hooks: - id: prettier files: "^frontend/"