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. |
| [project.entry-points.console_scripts] | ||
| tokenlists = "tokenlists._cli:cli" | ||
|
|
||
| [project.optional-dependencies] |
There was a problem hiding this comment.
| [project.optional-dependencies] | |
| [dependency-groups] |
| "sphinx-ape", | ||
| ] | ||
| dev = [ | ||
| "tokenlists[test,lint,doc]", |
There was a problem hiding this comment.
| "tokenlists[test,lint,doc]", | |
| { include-group = "lint" }, | |
| { include-group = "test" }, | |
| { include-group = "doc" }, |
There was a problem hiding this comment.
Please do not commit this file
0c3ce22 to
a752398
Compare
- Migrate from setup.py to pyproject.toml - Drop Python 3.9 support and upgrade syntax to use Python 3.10+ type hinting - Add Python 3.14 support to the test matrix - Switch to using uv for dependency installation and testing in CI - Switch to using sphinx-ape for documentation - Fixed several bugs in test cases
a752398 to
9f3172e
Compare
This PR modernizes the project's tooling by migrating to
pyproject.toml, updating Python version support and syntax, and switching to modern tools likeuvandruffin the CI/CD pipeline.PR created automatically by Jules for task 8832561126421220852 started by @fubuloubu