Skip to content

Commit

Permalink
Removed semgrep from pre-commit hooks (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 authored Feb 18, 2025
1 parent d3dc518 commit 9b5a882
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,3 @@ repos:
- id: mdformat
additional_dependencies:
- mdformat-gfm==0.3.6

- repo: https://github.com/semgrep/pre-commit
rev: 'v1.108.0'
hooks:
- id: semgrep
args: ['--config', 'auto', '--config', 'p/secrets', '--error', '--quiet']

0 comments on commit 9b5a882

Please sign in to comment.