mooz / percol

adds flavor of interactive filtering to the traditional pipe concept of UNIX shell
3.3k stars 145 forks source link

idea pep8 some or all of the source code for percol #119

Open clach04 opened 2 months ago

clach04 commented 2 months ago

Making recent changes to setup.py was rather painful due to coding style that is not pythonic.

https://peps.python.org/pep-0008/ covers a style that is very common.

https://github.com/psf/black could be used with no effort, assuming one is happy with the opinionated results.