Hacker News new | ask | show | jobs
by Pandabob 1228 days ago
I’m personally defaulting to pylance, flake8, black, mypy (strict), autoflake and isort to keep my Python code sensible. That said, it usually takes me like 15 minutes to set this all up in VSCode.
2 comments

Someone in this thread mentioned Ruff. I think you might be interested.

https://beta.ruff.rs/docs/

Can you please share a guide on your setup?