Fix some tweaks with sync-ing to latest version from main [GRF-6059] #4
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.
Description
I bumped
graft/sematic/main
to the latest version (0.41
) from the main Sematic repo. It was too hard/messy to figure out how to do that in a PR, so I just pushed that commit (Graft installs from that branch with a specific commit SHA so this kind of forced pushing should be fine if done sparingly).With that bump in place, this PR does a few more tweaks on top. Listing them out
poetry
as part of thebuild-system
boltons
dependency so I can remove some vendored codemake fix
with their newruff
-based linting (added in PR 1138 to the main repo)Follow-up work
Point Graft to this forked version