diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b7a443..054d6b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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']