Skip to content

Commit

Permalink
ci(python-safety-dependencies-check): Remove hook
Browse files Browse the repository at this point in the history
Trivy and Grype were added to MegaLinter in v6.0.0 and v7.2.0,
respectively. Both scan for security vulnerabilities in Poetry
dependencies. Hence, we no longer require a dedicated pre-commit hook
for this purpose.
  • Loading branch information
Kurt-von-Laven committed Sep 14, 2023
1 parent 9652f39 commit cfcb398
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 @@ -73,12 +73,6 @@ repos:
hooks:
- id: check-useless-excludes

## Python
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
rev: v1.3.2
hooks:
- id: python-safety-dependencies-check

## Natural language
- repo: https://github.com/PrincetonUniversity/blocklint
rev: v0.2.4
Expand Down

0 comments on commit cfcb398

Please sign in to comment.