diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9256a2b..fb60f9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 23.12.1 hooks: - id: black - - repo: https://github.com/prettier/prettier - rev: "master" # Use the sha or tag you want to point at + - repo: https://github.com/pre-commit/mirrors-prettier + rev: "v4.0.0-alpha.8" # Use the sha or tag you want to point at hooks: - id: prettier - repo: https://github.com/motet-a/jinjalint