Skip to content

Commit

Permalink
can't wait for python/mypy#4583 and
Browse files Browse the repository at this point in the history
python/mypy#4397 to be present in a release
  • Loading branch information
glyph committed Feb 16, 2018
1 parent 899a3b0 commit f737b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/mypy
Expand Up @@ -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' \
Expand Down

1 comment on commit f737b8f

@ambv
Copy link

@ambv ambv commented on f737b8f Feb 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

Please sign in to comment.