Skip to content

Commit a8d86af

Browse files
committed
bpr wrapper: set baselinemode to auto
1 parent 0ad8c70 commit a8d86af

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ci-support.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ end_output_group()
8282
}
8383

8484

85+
basedpyright()
86+
{
87+
python -m basedpyright --baselinemode=auto "$@"
88+
}
89+
90+
8591
with_output_group()
8692
{
8793
local groupname="$1"

0 commit comments

Comments
 (0)