We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Making use of newer and faster tools to speed up our test runs and improve the developer experience:
ruff
pylint
black
uv
pip
lint
ruff format
nox[uv]
install_deps
The text was updated successfully, but these errors were encountered:
jherland
Successfully merging a pull request may close this issue.
Making use of newer and faster tools to speed up our test runs and improve the developer experience:
ruff
to replacepylint
andblack
.uv
to replacepip
.Tasks
ruff
(PR Add the ruff linter #424)ruff
to replacepylint
(PR Make ruff much stricter #425)pylint
(PR Remove pylint #426)lint
pipeline to only run once (instead of once per Python version) (added to PR Remove pylint #426)ruff
to replaceblack
(PR Useruff format
instead ofblack
#427)black
(PR Useruff format
instead ofblack
#427)uv
(added vianox[uv]
in PR Use uv instead of pip to manage virtualenvs #432)uv
instead ofpip
where applicable (PR Use uv instead of pip to manage virtualenvs #432):pip
our test suiteuv
with fallback topip
in ourinstall_deps
logic.The text was updated successfully, but these errors were encountered: