Upgrade versions, remove tox from README, update maintainers#138
Conversation
| source_dirs = ["tests"] | ||
|
|
||
| [tool.coverage.report] | ||
| fail_under = 90 |
There was a problem hiding this comment.
Oh I see you added this. I'm kinda meh on this but we can deal with it later if it ends up being annoying.
There was a problem hiding this comment.
Happy to revert this because I'm not really sure about it either.
There was a problem hiding this comment.
I'm also kinda meh on having this checked into source control. It makes sense for an application, but not a library IMO. I agree with astral-sh/uv#9797 (comment)
There was a problem hiding this comment.
There's a small performance and reproducibility benefit to it being in source control, especially now that we're using uv on CI.
What makes yous uncomfortable about it? Is it the bigger diffs? Are you worried about someone sneaking in dependencies under our noses?
There was a problem hiding this comment.
Mostly the noise in PR diffs. Maybe if you could keep uv.lock changes in their own PRs it would help to avoid distracting me in PRs unrelated to dependency changes.
There was a problem hiding this comment.
Makes sense. I'll keep dependency changes in separate PRs going forward.
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
No description provided.