mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
There are some new capabilities in mypy 0.730, including nicer output formatting, which this enables. I'd also like to be able to use the specific error-code ignoring instead of the current all-encompassing "type: ignore" comments, but there's currently an issue with that: https://github.com/python/mypy/issues/7562