diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9e9cce..6da7f47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,11 +14,11 @@ repos: # - id: check-added-large-files - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v3.0.3' # Use the sha / tag you want to point at + rev: 'v4.0.0-alpha.4' # Use the sha / tag you want to point at hooks: - id: prettier files: "^frontend/"