Skip to content

Commit

Permalink
workaround mypy's outdated typeshed stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Oct 8, 2024
1 parent a3cfc9d commit a8034f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/stubtest/allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ scipy.stats.mstats_basic.*
scipy.stats.mstats_extras.*
scipy.stats.stats.*

# random mypy hallucinations
# mypy hallucinations
scipy._lib._ccallback.PyCFuncPtr # `final(T)` is impossible
scipy.integrate._quadrature.QMCQuadResult.__replace__ # bruh...
scipy.interpolate.AAA
scipy.interpolate._aaa
scipy.interpolate._interpnd_info
Expand Down

0 comments on commit a8034f5

Please sign in to comment.