##// END OF EJS Templates
contrib: print the version of pytype used to do the type checking...
Matt Harbison -
r52705:68ec9743 default
parent child Browse files
Show More
@@ -5,6 +5,9 b' set -u'
5
5
6 cd "$(hg root)"
6 cd "$(hg root)"
7
7
8 printf "pytype version: "
9 pytype --version
10
8 # Many of the individual files that are excluded here confuse pytype
11 # Many of the individual files that are excluded here confuse pytype
9 # because they do a mix of Python 2 and Python 3 things
12 # because they do a mix of Python 2 and Python 3 things
10 # conditionally. There's no good way to help it out with that as far as
13 # conditionally. There's no good way to help it out with that as far as
General Comments 0
You need to be logged in to leave comments. Login now