What does <--filter-granularity>=file do, exactly?...
# general
c
What does --filter-granularity=file do, exactly? I noticed that when I pass this in, I still get targets in the form of
path/to/file.py:target_name
. What I’m looking for is a way to filter out all of the targets returned such that I only get things like
path/to/file.py
.