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 7882f75 commit b7556fbCopy full SHA for b7556fb
justfile
@@ -2,7 +2,7 @@
2
set shell := ["bash", "-c"]
3
4
# Commonly used command segments.
5
-typing_run := "uv run --group typing --extra aws --extra encryption --extra ocsp --extra snappy --extra test --extra zstd"
+typing_run := "uv run --group typing --extra aws --extra encryption --extra numpy --extra ocsp --extra snappy --extra test --extra zstd"
6
docs_run := "uv run --extra docs"
7
doc_build := "./doc/_build"
8
mypy_args := "--install-types --non-interactive"
0 commit comments