mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
detect_gcp_credentials hook
This commit is contained in:
parent
b73acb198e
commit
e0c61d89d0
929 changed files with 311695 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue