jendrikseipp / vulture

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

distinguishing var and param #277

Closed SmartManoj closed 2 years ago

SmartManoj commented 2 years ago

Related Issue

47

Checklist:

SmartManoj commented 2 years ago

vulture core.py --min-confidence 100

core.py:81: unused parameter 'filename in _ignore_variable()' (100% confidence)

jendrikseipp commented 2 years ago

Adding scopes to Vulture is a rather fundamental change and something I won't be able to look into in the near future.