Skip to content

Commit b7556fb

Browse files
committed
Added numpy extra to typing_run
1 parent 7882f75 commit b7556fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set shell := ["bash", "-c"]
33

44
# Commonly used command segments.
5-
typing_run := "uv run --group typing --extra aws --extra encryption --extra ocsp --extra snappy --extra test --extra zstd"
5+
typing_run := "uv run --group typing --extra aws --extra encryption --extra numpy --extra ocsp --extra snappy --extra test --extra zstd"
66
docs_run := "uv run --extra docs"
77
doc_build := "./doc/_build"
88
mypy_args := "--install-types --non-interactive"

0 commit comments

Comments
 (0)