Closed lucascolley closed 4 months ago
x-ref https://github.com/scipy/scipy/pull/21215 where we are bringing our vendored docscrape up to date with upstream. @mdhaber found a bug which is fixed here.
docscrape
Also, our linter caught a warn without a stacklevel kwarg. Please consider adding ruff code B028 for this repo!
warn
stacklevel
ruff
B028
Agreed, in it goes!
x-ref https://github.com/scipy/scipy/pull/21215 where we are bringing our vendored
docscrape
up to date with upstream. @mdhaber found a bug which is fixed here.Also, our linter caught a
warn
without astacklevel
kwarg. Please consider addingruff
codeB028
for this repo!