mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-26 08:44:14 +08:00
f6b013ba52
It is currently required to shut up mypy when run with `--strict` or `--disallow-subclassing-any`. The `Any` base class is currently the only way to allow passing an instance of `Mock` to functions expecting other classes (as is Mock's purpose).