From 72ad6dc953448095e4f1e3b039fbe07ef9958900 Mon Sep 17 00:00:00 2001 From: Admin Date: Sat, 13 Apr 2024 01:58:03 +0200 Subject: [PATCH] fixed .pre-commit-config.yaml --- .pre-commit-config.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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