Skip to content

Housekeeping: README typo, deprecated pyproject field, gitignore#79

Merged
nick-gorman merged 3 commits into
masterfrom
housekeeping-trivial-fixes
May 25, 2026
Merged

Housekeeping: README typo, deprecated pyproject field, gitignore#79
nick-gorman merged 3 commits into
masterfrom
housekeeping-trivial-fixes

Conversation

@nick-gorman
Copy link
Copy Markdown
Member

Summary

Three small housekeeping commits cherry-picked from #67 so they can land independently of the larger features in that PR.

  • Fix typo in README — extra space in CONTRIBUTING. md link
  • Update deprecated field in pyproject.toml — move dev deps from the deprecated [tool.uv] dev-dependencies to PEP 735 [dependency-groups] dev
  • tweak gitignore for creative venv names — add venv*/* so venv-3.13/ etc. are ignored

All three commits are by Matthew Davis (@mdavis-xyz), preserved via cherry-pick.

Test plan

  • No source code touched; nothing to run
  • Confirm uv lock is a no-op (PEP 735 [dependency-groups] is uv's recommended replacement for [tool.uv] dev-dependencies and resolves identically) — verified locally, uv.lock unchanged
  • CI green

@nick-gorman nick-gorman merged commit fbae66f into master May 25, 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.

2 participants