refactor(py): update the type stubs (and expose DType)
This commit is contained in:
parent
9b07df440b
commit
31c65a4734
10 changed files with 102 additions and 56 deletions
1
justfile
1
justfile
|
|
@ -6,6 +6,7 @@ test *ARGS:
|
|||
|
||||
check:
|
||||
cargo +nightly clippy
|
||||
cd pyargus && stubtest argus
|
||||
cd pyargus && mypy .
|
||||
cd pyargus && flake8
|
||||
cd pyargus && ruff .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue