diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4b3855..238e45f 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.3.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v3.0.0-alpha.9-for-vscode' # Use the sha / tag you want to point at + rev: 'v3.0.0' # Use the sha / tag you want to point at hooks: - id: prettier files: "^frontend/" @@ -34,6 +34,6 @@ repos: # so --exclude in .flake8 does not work exclude: ^migrations/versions/ - repo: https://github.com/fsfe/reuse-tool - rev: v2.0.0 + rev: v2.1.0 hooks: - id: reuse