How can I disable the verdict print message?
See original GitHub issueExecuting vermin -q -t=3.7- some/file.py prints:
Minimum required versions: 3.5
Incompatible versions: 2
I’m interested only on the returned code when succeed. Option --quiet is suppose to do that, isn’t? How can I disable this message? This message may lead others to think something is wrong.
On my projects, besides vermin, I usually ran pyflakes and pycodestyle, both prints nothing when succeed, or print violation messages when fail.
For now, I solved this question by redirecting stdout vermin -q -t=3.7- some/file.py >/dev/null but I completely loose the error messages.
Issue Analytics
- State:
- Created a year ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Disabling the logging handler continue to print certain messages
Disabling the logging handler continue to print certain messages #2001 ... "Engine run is terminating due to exception: Trial was pruned at ...
Read more >Disable Print success message - BarTender Support Portal
Just updated to 2022 and cant seem to disble the print success message (screenshot below).. we're using a touchscreen in a warehouse and...
Read more >Disabling Printing in Excel - Causal
To disable printing in Excel, you'll need to open the File tab and select Print. This will open the Print dialog box. From...
Read more >How to Print Text Messages for Court - Android and iPhone
1. Open Decipher TextMessage, select your phone. 2. Choose a contact with text messages you need to print for court. 3. Select Export....
Read more >Documenting Text Messages for Trial or Legal Matters
Open the saved PDF and choose Print to print the text messages for court, trial, or your lawyer.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Has been included in release v1.4.0 🎉
Glad to hear it, @pedrovagner! I’m going to release 1.4.0 tonight (soon).