##// END OF EJS Templates
more useful feedback on style checker...
more useful feedback on style checker - give copy-pasteable command to fix formatting with `darker` - use $TRAVIS_COMMIT_RANGE to limit to PR, instead of hardcoded ref - only run on pull requests - run style check before tests, for quicker feedback

File last commit:

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