-
Notifications
You must be signed in to change notification settings - Fork 61
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
migration to uv
#429
base: master
Are you sure you want to change the base?
migration to uv
#429
Conversation
tox.ini
Outdated
coverage run | ||
coverage xml | ||
coverage report | ||
{envpython} -m pytest -n auto --cov=gokart --cov-report=xml test -vv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just simplified
|
||
[tool.ruff] | ||
line-length = 160 | ||
exclude = ["venv/*", "tox/*"] | ||
exclude = ["venv/*", "tox/*", "examples/*"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From v0.6 of ruff supports jupyter notebook files. Currently ignored
"mypy", | ||
"pytest", | ||
"pytest-cov", | ||
"pytest-xdist", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added for faster testing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hirosassa I love uv
!
[question]
|
Co-authored-by: yokomotod <yokomotod@gmail.com>
Co-authored-by: yokomotod <yokomotod@gmail.com>
|
@yokomotod > ruff format changes just caused by ruff's version up, not uv migration ? |
What is this PR
SSIA
I migrated to
uv
frompoetry
for better developer experience.