]> git.scottworley.com Git - pinch/commit - test.sh
Support multiple versions of mypy
authorScott Worley <scottworley@scottworley.com>
Wed, 17 Jun 2020 23:57:47 +0000 (16:57 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 17 Jun 2020 23:57:47 +0000 (16:57 -0700)
commit7c4de64c46013216cfef1d7fb34878b317a11ab6
treeeecbbee6cc7576e2bcb7465b7634487249471b89
parent88af5903f7d0c6490a236167b6e07d831fc67a62
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.
pinch.py
test.sh