setup travis to check mypy

This commit is contained in:
xmatthias
2018-05-31 22:09:31 +02:00
parent 3fb1dd02f1
commit 41a47df93f
2 changed files with 5 additions and 1 deletions

View File

@@ -2,3 +2,6 @@
#ignore =
max-line-length = 100
max-complexity = 12
[mypy]
ignore_missing_imports = True