##// 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:

r22963:2961b531
r26004:1d0656e6
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])