detect_gcp_credentials hook

This commit is contained in:
Admin 2024-04-13 01:32:31 +02:00
parent b73acb198e
commit e0c61d89d0
929 changed files with 311695 additions and 0 deletions

View file

@ -40,3 +40,12 @@ repos:
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]