mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-31 02:36:52 +00:00
fixed .pre-commit-config.yaml
This commit is contained in:
parent
cbc7eb59ed
commit
72ad6dc953
1 changed files with 1 additions and 10 deletions
|
|
@ -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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue