-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Migrate config to pyproject.toml and use uv for project management
#4627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jtraglia
merged 22 commits into
ethereum:master
from
danceratopz:use-uv-for-project-management
Oct 1, 2025
Merged
Changes from 14 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c99812c
chore(packaging): move package config to toml; remove duplicated config
danceratopz bfaffaf
chore(packaging): move spec generation to standalone script
danceratopz 620409d
chore(make): migrate Makefile to package management via uv
danceratopz 78156be
chore(make): add check that uv is available; remove python ver check
danceratopz 2a0a80e
chore(make): run `uv lock --check` as part of lint
danceratopz e95721a
chore(tooling): remove pylint config; migrate mypy config to pyprojec…
danceratopz ef99234
chore(ci): update ci flow to install `uv` via `astral-sh/setup-uv`
danceratopz b907d2d
fix(tooling): typecheck on source tree; not on package
danceratopz 459cd65
fix(make): define `sync` as a `.PHONY` target
danceratopz 06d226a
chore: remove unnecessarily verbose print statements
danceratopz 5f22154
chore: fix missing deps error message in generate_specs.py
danceratopz 02a2b26
fix(ci): fix astral-sh/setup-uv hashes and append semver comment
danceratopz 139b67f
chore(ci): pin uv version in workflows
danceratopz 07849e3
chore(ci): remove pip & add uv to dependabot
danceratopz b5996a0
chore(make,tooling): restore original pre-pr mypy behavior
danceratopz 42f3efc
chore(ci): used uv version pinned in the `UV_VERSION` repo variable
danceratopz 62d6db0
chore(make): make sync target private; rename to _sync
danceratopz b4445e3
chore(make): move uv lock --check to lint; remove target
danceratopz b4f8098
chore(ci): add uv grouping (back) to dependabot
danceratopz 48e8ab4
docs: add `uv` prerequisite to readme
danceratopz 532c073
Hide output from mypy
jtraglia f6bf5f0
Add --quiet to uv lock check
jtraglia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.