Comment on Ask HN: Python developers at big companies what is your setup?Comments−kingkongjaffa1yCan you use vscode devcontainers?Can you use a dev container with a dockerfile and use UV for package management, ruff for formatting and lint, mypy for type hint checking, and pytest.And put all of that on your CI as well so if they fail you don’t merge failing code.
Comments
Can you use vscode devcontainers?
Can you use a dev container with a dockerfile and use UV for package management, ruff for formatting and lint, mypy for type hint checking, and pytest.
And put all of that on your CI as well so if they fail you don’t merge failing code.