jvalleroy.fbx.one is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin email
jvalleroy@mailbox.org
Admin account
@james@jvalleroy.fbx.one

Search results for tag #uv

0 ★ 0 ↺

[?]James ยป 🌐
@james@jvalleroy.fbx.one

uv also provides a command "uvx", which is an alias for "uv tool run". You can use this to run tools like the ruff formatter/linter.

But note that tools installed using uvx do not have access to the dependencies of your project. They are run in a separate environment with only their own dependencies installed. So for things that need to import the project's dependencies, such as pytest or mypy, you will need to use "uv run ..." instead of uvx.