mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
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).