Open giampaolo opened 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.:
ignore-names-if-inherits-from
pyproject.toml
[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?
Hello there. I'm trying to use
ignore-names-if-inherits-from
withinpyproject.toml
but it seems it doesn't work as expected (ignored), e.g.: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?