Skip to content

chore[dev]: replace poetry with UV in README#121

Merged
kessplas merged 5 commits into
stagingfrom
tonyknap/fix-readme-uv
Jan 27, 2026
Merged

chore[dev]: replace poetry with UV in README#121
kessplas merged 5 commits into
stagingfrom
tonyknap/fix-readme-uv

Conversation

@texastony

@texastony texastony commented Jan 14, 2026

Copy link
Copy Markdown

Issue #, if available: N/A

Description of changes:

  • Correct Dependencies in README.md
  • Fix GitHub workflows by correcting permissions

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Comment thread README.md Outdated
Add per-file-ignores in pyproject.toml to suppress D100-D104 (missing
docstrings) and E501 (line length) violations in test files, reducing
lint errors from 30 to 3.
Comment thread pyproject.toml
Comment on lines +57 to +58
[tool.ruff.lint.per-file-ignores]
"test/**/*.py" = ["D100", "D101", "D102", "D103", "D104", "E501"]

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generated by the kiro-cli!!!
I am in the FUTURE!

Comment thread pyproject.toml
]
dev = [
"black>=24.3.0",
# black >= 26 requires a reformat

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rather just reformat than pin an older dependency, especially while we have relatively small codebase.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discussed offline, @texastony will do this in a follow-up PR

@kessplas kessplas merged commit 2a79383 into staging Jan 27, 2026
2 checks passed
@kessplas kessplas deleted the tonyknap/fix-readme-uv branch January 27, 2026 22:21
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