This is great! I really appreciate that it returns a sensible exit code to the shell so that it can potentially fail a build. I also like the ability to maintain a list of excluded names in pyrpoject.toml
so that you don't always have to sort through false positives.
Would love to see some more output options, like maybe --quiet
that simply passes/fails and returns the exit code with no output or --count
that either just displays a count or includes a count in the regular output. I guess I could always pipe the output to wc -l
instead of having --count
.
I'll see if I can't get this integrated in our CI system at work this next week.