From f737b8f10d591616edd90c0076d88a70437461b1 Mon Sep 17 00:00:00 2001 From: Glyph Date: Fri, 16 Feb 2018 15:20:42 -0800 Subject: [PATCH] can't wait for https://github.com/python/mypy/pull/4583 and https://github.com/python/mypy/pull/4397 to be present in a release --- .travis/mypy | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/mypy b/.travis/mypy index 5156c924d..43db19694 100755 --- a/.travis/mypy +++ b/.travis/mypy @@ -40,6 +40,7 @@ mypy "$@" \ -e ': error: Unexpected keyword argument "[^"]*" for "HTTPHeadersWrappingHeaders"' \ -e ': error: Unexpected keyword argument "[^"]*" for "HTTPRequestWrappingIRequest"' \ -e ': error: Unexpected keyword argument "[^"]*" for "IOFount"' \ + -e ': error: Unexpected keyword argument "[^"]*" for "Field"' \ -e ': error: Unexpected keyword argument.* for .*"[^"]*HTTP\(Headers\|Request\|Response\)"' \ -e ': note: .* defined here' \ -e '^src/klein/_app.py:.[0-9:]*: error: All conditional function variants must have identical signatures' \