Skip to content

Instantly share code, notes, and snippets.

@lmmx
Created September 10, 2024 18:08
Show Gist options
  • Save lmmx/d0bf77c30201d4ab97bd3d923bbd55a3 to your computer and use it in GitHub Desktop.
Save lmmx/d0bf77c30201d4ab97bd3d923bbd55a3 to your computer and use it in GitHub Desktop.
Migrate PDM test dev deps to uv dev deps
uv add --dev $(tq -f pyproject.toml 'tool.pdm.dev-dependencies.test' -o json | jq -r '.[]')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment