The exclude argument does not appear to work the way I was expecting
vulture plantiga_analytics/ --exclude 'test_*.py'
plantiga_analytics/test_compute_main.py:290: unused attribute 'return_value' (60% confidence)
plantiga_analytics/test_compute_main.py:292: unused attribute 'side_effect' (60% confidence)
plantiga_analytics/test_compute_main.py:294: unused attribute 'return_value' (60% confidence)
The exclude argument does not appear to work the way I was expecting