Skip to content

Commit

Permalink
add key check
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyang-aads-lilly committed Jun 1, 2024
1 parent 3528a23 commit 07067d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ repos:
# # https://pre-commit.com/#top_level-default_language_version
# language_version: python3.11

# - repo: https://github.com/gitleaks/gitleaks
# rev: v8.18.2 # Specify the desired version of Gitleaks
# hooks:
# - id: gitleaks
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2 # Specify the desired version of Gitleaks
hooks:
- id: gitleaks

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down

0 comments on commit 07067d5

Please sign in to comment.