Closed ghost closed 4 years ago
Thanks for the contribution @d34dm8.
The CI build is failing due to some lint warnings. Can you please address these?
# To run the linters locally.
$ pylint sp/*.py
$ flake8 sp/*.py
Fixed build errors. Thanks for the info, didn't even knew about this tools :) Next time gonna check my code before pushing!
Thank you.
Also, previosly i've added a -nd (no description) flag for my local copy, but forgot to commit/push to master repo, cause i'm not good with git (yet). This flag turns off descriptions of the search results, which helps to fit all the results on one small(ish) screen, like on my 1366x768 Thinkpad screen. Maybe it would be useful for other users, who knows :)