Add a type checking pipeline (#1682)

* Integrate with mypy
This commit is contained in:
Vinícius Dantas
2019-09-22 17:55:36 -03:00
committed by 7
parent 927c0e082e
commit 6fc3381229
16 changed files with 115 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
from multidict import CIMultiDict
from multidict import CIMultiDict # type: ignore
class Header(CIMultiDict):