diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa2f0218..db367b24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,12 +56,9 @@ repos: - c++ - cuda - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 + rev: v3.1.0 hooks: - id: prettier - args: - - --cache-location - - /tmp/prettier/.prettier-cache stages: - pre-commit - repo: https://github.com/pre-commit/pre-commit-hooks