Currently, if I run uvx ty check scipy-stubs in the root of scipy-stubs (just the current master branch), there are 674 diagnostics. At first glance, most of them appear to be false positives related to generic type aliases and type parameter bounds (invalid-type-arguments).
Originally posted by @jorenham in #394