Hacker News new | ask | show | jobs
by papanoah 326 days ago
Not a big company, however:

- uv (went from pipenv to poetry to uv), which was the right decision imo.

- ruff (replaced black)

- PyCharm, but some people use vscode or neovim.

- mypy for type checking, which I am not 100% happy with. One experienced developer swears by mypy, thats the reason we haven't explored alternatives.

- 'just' as task runner

1 comments

uv is just such a fast and reliable package manager. It implements the "lock" problem python has, with the uv.lock