- Use double quotes (Ruff/Black default) - Configure some set of linters to use with Ruff
Match Python versions in GitHub workflow and pyproject.toml. Format workflow YAML and rename steps. Checkout using `actions/checkout@v4`. Disable pip version checking in Python workflow to suppress warnings on older Python versions.
ci: add manylinux fix: maturin build error ci: add wheels upload ci: use venv
refactor: pep-0249 refactor: rust comment and requirements-dev.txt fix: name conflict