We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904b584 commit a3c5ad4Copy full SHA for a3c5ad4
Makefile
@@ -14,7 +14,7 @@ install-release: venv
14
source .venv/bin/activate && maturin develop --release
15
16
pre-commit: venv
17
- rustup component add rustfmt --toolchain nightly
+ rustup component add rustfmt --toolchain nightly-2025-05-21
18
cargo fmt --all && cargo clippy --all-features
19
.venv/bin/python -m ruff check polars_xdt tests --fix --exit-non-zero-on-fix
20
.venv/bin/python -m ruff format polars_xdt tests
0 commit comments