Skip to content

alexpasmantier/undead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Undead

A tool to search for dead code in your Python projects.

Installation

Using Cargo

$ cargo install undead

Usage

$ undead . -I "tests"

Documentation

$ undead --help
A tool to search for dead code in your Python projects

Usage: undead [OPTIONS] [PATHS]...

Arguments:
  [PATHS]...  paths in which to recursively search for dead files

Options:
  -I, --ignore-paths <IGNORE_PATHS>  paths to ignore when searching for dead files
  -h, --help                         Print help
  -V, --version                      Print version

Releases

No releases published

Packages

No packages published