jendrikseipp / vulture

Find dead Python code
MIT License
3.29k stars 145 forks source link

Add --config parameter to specify pyproject.toml path #352

Closed glenrobertson closed 3 months ago

glenrobertson commented 4 months ago

Description

For projects that have a pyproject.toml config in a directory other than the root, this allows vulture to accept --config path/to/pyproject.toml (or -c path/to/pyproject.toml).

Related Issue

No issue created or found.

Checklist:

glenrobertson commented 4 months ago

@jendrikseipp I'm curious if you agree with this change? I found it useful in my project. If so, I can finish this up and do the checklist items. Thanks!

jendrikseipp commented 3 months ago

Thanks!