##// END OF EJS Templates
run mypy on github action...
run mypy on github action Travis is getting too slow to start, so migrating away some small steps to regain some CI time.

File last commit:

r25705:ad14ee33
r26158:80119a23
Show More
mypy.ini
4 lines | 82 B | text/x-ini | IniLexer
[mypy]
python_version = 3.6
ignore_missing_imports = True
follow_imports = silent