jendrikseipp / vulture

Find dead Python code
MIT License
3.38k stars 148 forks source link

Read config from `setup.cfg` #290

Closed janosh closed 1 year ago

janosh commented 1 year ago

Would be nice a vulture supported both pyproject.toml and setup.cfg.

Currently, this does nothing:

# setup.cfg

[vulture]
paths = my_project
jendrikseipp commented 1 year ago

There are currently no plans to support two config files.