Skip to content

docs(contributing): use canonical uv export command#1179

Merged
FabioLeitao merged 1 commit into
mainfrom
docs/contributing-uv-export-1176
Jul 10, 2026
Merged

docs(contributing): use canonical uv export command#1179
FabioLeitao merged 1 commit into
mainfrom
docs/contributing-uv-export-1176

Conversation

@FabioLeitao

Copy link
Copy Markdown
Collaborator

Summary

  • replace the incorrect uv export --no-emit-package pyproject.toml -o requirements.txt guidance with the canonical command
  • align EN and pt-BR dependency workflow sections with uv export --frozen --no-emit-project -o requirements.txt
  • keep lockfile/audit instructions consistent with the autogenerated requirements.txt header

Closes #1176
Related to #1171

Test plan

  • ./scripts/check-all.sh --enforced

Made with Cursor

Use the canonical `uv export --frozen --no-emit-project -o requirements.txt`
command in EN/PT-BR dependency workflow guidance.

Closes #1176
@FabioLeitao FabioLeitao merged commit 5c7a65c into main Jul 10, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(CONTRIBUTING): uv export flag incorreta — --no-emit-package pyproject.toml deveria ser --no-emit-project

1 participant