From: Scott Worley Date: Wed, 17 Jun 2020 23:57:47 +0000 (-0700) Subject: Support multiple versions of mypy X-Git-Tag: 1.5.1~1 X-Git-Url: http://git.scottworley.com/pinch/commitdiff_plain/7c4de64c46013216cfef1d7fb34878b317a11ab6?ds=inline;hp=7c4de64c46013216cfef1d7fb34878b317a11ab6 Support multiple versions of mypy 0.701 needs the type-ignore directives 0.761 needs --no-warn-unused-ignores so it doesn't freak out about the type-ignore directives for 0.701. ---