albertas / deadcode

Find and fix unused Python code using command line.
GNU Affero General Public License v3.0
90 stars 4 forks source link

Is `ignore-names-if-inherits-from` ignored? #25

Open giampaolo opened 2 weeks ago

giampaolo commented 2 weeks ago

Hello there. I'm trying to use ignore-names-if-inherits-from within pyproject.toml but it seems it doesn't work as expected (ignored), e.g.:

[tool.deadcode]
ignore-names-if-inherits-from = ["ViewEventListener"]

Also by searching into the source code it seems it's not being used: https://github.com/search?q=repo%3Aalbertas%2Fdeadcode%20ignore_names_if_inherits_from&type=code Am I missing something?