Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> As I adventured in this petty task, it’s worth nothing the amount of red tape required to setup a python project today. You need:

I have never used most of those tools and I've been knee deep in Python for ~4 years. Go look at some of your favorite pypi libraries, chances are they are using a small fraction of those tools as well.

The author is making things overly complicated, but it's all self-inflicted. Just code and be happy.



The PEP8 style guide even says don’t use it if

“When applying the guideline would make the code less readable, even for someone who is used to reading code that follows this PEP.”

https://www.python.org/dev/peps/pep-0008/


> The author is making things overly complicated, but it's all self-inflicted.

My reaction exactly.


Author didn't even take the time to look at what pre-commit does.


And acts as if their project won't work unless they add a code of conduct?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: