Hacker News new | past | comments | ask | show | jobs | submit login

To be fair, I don’t think you need that entire stack. Just using VSCode + pyright (which is a one button install in VSCode) + type stubs for libraries your using without native hints, gets you 99% of the benefits.

If you really want, you can even throw in a little pre-commit hit hook that runs pyright and prevents you from commuting code with type errors.




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

Search: