Skip to content

Commit

Permalink
Use slicker semgrep pre-commit hook
Browse files Browse the repository at this point in the history
See discussion in semgrep/semgrep#10126
  • Loading branch information
lukasjuhrich committed Apr 30, 2024
1 parent 006b5b0 commit b16ccd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
name: "pip-compile: requirements.prod.txt"
args: [pyproject.toml, --generate-hashes, --extra, prod, --quiet, -o, requirements.prod.txt]
files: ^(pyproject.toml|requirements.prod.txt)$
- repo: https://github.com/returntocorp/semgrep
- repo: https://github.com/semgrep/pre-commit
rev: 'v1.70.0'
hooks:
- id: semgrep
Expand Down

0 comments on commit b16ccd0

Please sign in to comment.