diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0afd55b..29bd4af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,13 +39,4 @@ repos: rev: v1.9.0 hooks: - id: mypy - additional_dependencies: [types-all] - -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 # Use the latest released version of pre-commit-hooks - hooks: - - id: detect-gcp-credentials - name: Detect GCP Credentials - entry: hooks/detect_gcp_credentials.py - language: python - types: [text] + additional_dependencies: [types-all] \ No newline at end of file