mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 13:24:18 +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
|
rev: v1.9.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
additional_dependencies: [types-all]
|
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