Skip to content

Commit 020eb41

Browse files
committed
Check errors with --numpy-array-wrap-with-annotated since v3.0.0 does not throw errors anymore
1 parent 3e8877d commit 020eb41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/check-demo-errors-generation.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ run_stubgen() {
2222
pybind11-stubgen \
2323
demo \
2424
--output-dir=${STUBS_DIR} \
25+
--numpy-array-wrap-with-annotated \
2526
--exit-code \
2627
2> "${DEMO_ERRORS_FILE}" \
2728
|| exit 0

0 commit comments

Comments
 (0)