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

Two developers on the same python project should also use the same version... with poetry it is straightforward to keep track of dev dependencies. Reorder python imports is an alternative for isort: https://github.com/asottile/reorder_python_imports


> Two developers on the same python project should also use the same version

Why? It is expected for the thing to run on different python versions and different setups… what's the point of forcing developers to a uniformity that will not exist?

It's actually better to NOT have this uniformity, so issues can get fixed before the end users complain about them.


Tooling matters, pretending that it doesn't isn't really going to help you. But you do you...




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

Search: