diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9256a2b..0448351 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.4.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 23.7.0 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: "v3.0.0" # Use the sha or tag you want to point at hooks: - id: prettier - repo: https://github.com/motet-a/jinjalint