chore: modernize tooling - #81
Conversation
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
fubuloubu
left a comment
There was a problem hiding this comment.
wrong versions of astral-sh/setup-uv
1211fe8 to
b058f20
Compare
b058f20 to
773af17
Compare
- Migrate from `setup.py` and `setup.cfg` to `pyproject.toml`. - Drop Python 3.9 support and upgrade syntax to use `|` for type hinting. - Add Python 3.14 to the testing matrix in the CI. - Switch to using `uv` for dependency management and `astral-sh/setup-uv` in GitHub Actions. - Replace `black`, `isort`, and `flake8` with `ruff` for linting and formatting. - Configure `setuptools_scm` to write the version to `evm_trace/_version.py` and add this file to `.gitignore`.
773af17 to
6df9db5
Compare
This PR modernizes the project's tooling by migrating to
pyproject.toml,uv, andruff, updating CI workflows, and upgrading the minimum Python version and syntax.PR created automatically by Jules for task 18185364234699796953 started by @fubuloubu