Skip to content

Commit 1700239

Browse files
ci(python-safety-dependencies-check): Remove hook
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.
1 parent 24a6328 commit 1700239

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ repos:
7777
hooks:
7878
- id: validate_manifest
7979

80-
## Python
81-
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
82-
rev: v1.3.2
83-
hooks:
84-
- id: python-safety-dependencies-check
85-
8680
## Natural language
8781
- repo: https://github.com/PrincetonUniversity/blocklint
8882
rev: v0.2.4

0 commit comments

Comments
 (0)