Added --quiet option to suppress no issues#89
Added --quiet option to suppress no issues#89fsouza merged 1 commit intoPyCQA:masterfrom edvardm:master
Conversation
|
Good PR; it would be good to merge this. In the meantime I'm stuck running |
Agreed, this was a quick fix. However, this project seems to be abandoned :( Or author is just too busy -- which is quite understandable. If that's the case, it would be great to have this information in README.md |
fsouza
left a comment
There was a problem hiding this comment.
Thanks for contributing!
Added
--quietoption, so that whenchecking lots of python files which are ok you don't get all those success messages printed. Other option could be to emit that no issues only with--verbose, but modifying existing things could break stuff