Skip to content

Commit

Permalink
Remove semgrep from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jontyms committed Jul 7, 2024
1 parent 7522882 commit 42e6fe8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,3 @@ repos:
- id: trailing-whitespace
- id: check-merge-conflict
- id: end-of-file-fixer
- repo: https://github.com/semgrep/semgrep
rev: 'v1.65.0'
hooks:
- id: semgrep
# See https://semgrep.dev/explore to select a ruleset and copy its URL
args: ['--error', '--skip-unknown-extensions']

0 comments on commit 42e6fe8

Please sign in to comment.