Home / UV / Chapter 7

Chapter 7: uvx

Oct 9, 2024
7 of 7

Instead of adding every dev dependency, uv lets you run standalone commands in a completely isolated environment with uv tool run, or simply uvx. It’s perfect for quick tasks like formatting or linting your project with ruff.

uvx ruff check .
uvx ruff format .