guardicore/monkey

Write a script to avoid building up unused dependencies

Open

#1.624 geöffnet am 22. Nov. 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (752 Forks)batch import
Beginner friendlyComplexity: MediumDevOpsHelp wantedImpact: Low

Repository-Metriken

Stars
 (6.250 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Related to #1599.

Since there are no existing options that could help us track and make sure that unused dependencies don't keep building up (see comment on #1599 for more), write a script that can also be used with Travis and pre-commit to check and notify us of any unused dependencies.

Contributor Guide