Bump development dependencies#894
Draft
sjmonson wants to merge 9 commits into
Draft
Conversation
Signed-off-by: Samuel Monson <smonson@redhat.com>
Plus unlock versions and add tox-uv, which is used in CI. Changes to tox and pre-commit are unlikely to break development asside from the occasional bug or config migration. Unlike pytest, ruff, or mypy which can add and change rules. Signed-off-by: Samuel Monson <smonson@redhat.com>
Pip has supported dependency groups since 25.1 and this is the recommended method for locking dev dependencies over extras since dependency groups are not shipped in wheels. Signed-off-by: Samuel Monson <smonson@redhat.com>
Signed-off-by: Samuel Monson <smonson@redhat.com>
Ruff PLC0415 enforces importing in module scope. We already implicitly require this in source code but in tests a lot of late imports have snuck in. Generated-by: claude-code Opus 4.6 Signed-off-by: Samuel Monson <smonson@redhat.com>
Signed-off-by: Samuel Monson <smonson@redhat.com>
Signed-off-by: Samuel Monson <smonson@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Details
Test Plan
Related Issues
Use of AI
git log
commit 773f8b5
Author: Samuel Monson smonson@redhat.com
Date: Thu Jul 2 16:07:22 2026 -0400
commit 29ebff3
Author: Samuel Monson smonson@redhat.com
Date: Thu Jul 2 17:50:49 2026 -0400
commit 6bcfd62
Author: Samuel Monson smonson@redhat.com
Date: Thu Jul 2 17:59:17 2026 -0400
commit c53f20b
Author: Samuel Monson smonson@redhat.com
Date: Thu Jul 2 18:16:11 2026 -0400
commit 5b68760
Author: Samuel Monson smonson@redhat.com
Date: Thu Jul 2 18:31:53 2026 -0400
commit df14443
Author: Samuel Monson smonson@redhat.com
Date: Thu Jul 2 18:36:00 2026 -0400
commit a54ac5c
Author: Samuel Monson smonson@redhat.com
Date: Thu Jul 2 19:17:57 2026 -0400
commit 41e7723
Author: Samuel Monson smonson@redhat.com
Date: Thu Jul 2 19:27:58 2026 -0400
commit 57dc068
Author: Samuel Monson smonson@redhat.com
Date: Thu Jul 2 19:44:18 2026 -0400
Generated-by: claude-code Opus 4.6
Signed-off-by: Samuel Monson smonson@redhat.com