-
- Downloads
Removed mypy warn_unused_ignores=True setting
Some errors are platform-specific (e.g. using asyncio.ProactorEventLoop only exists on Windows and thus mypy complains on Linux) so ignoring those is needed on Linux but not on Windows. Yay.
Please register or sign in to comment