Find and remove unused code across Python, TypeScript, and Rust codebases.
| Python | vulture v2.14+ | Unused imports, functions, classes, variables | | TypeScript | knip v5.0+ | Unused exports, dependencies, files | | Rust | cargo clippy + rustc lints | Unused functions, imports, deadcode warnings |
| 100% | Guaranteed unused in analyzed files | Safe to remove | | 80-99% | Very likely unused | Review before removing | | 60-79% | Possibly unused (dynamic calls, frameworks) | Add to whitelist if intentional |
Rileva codice inutilizzato/irraggiungibile nei codebase poliglotti (Python, TypeScript, Rust). TRIGGER: codice morto, funzioni non utilizzate, importazioni non utilizzate, codice irraggiungibile. Fonte: terrylica/cc-skills.