##// END OF EJS Templates
pytype: stop ignoring manifest.py...
marmoute -
r52660:61976dec default
parent child Browse files
Show More
@@ -54,7 +54,6 b' cd "$(hg root)"'
54 # mercurial/interfaces # No attribute 'capabilities' on peer [attribute-error]
54 # mercurial/interfaces # No attribute 'capabilities' on peer [attribute-error]
55 # mercurial/keepalive.py # [attribute-error]
55 # mercurial/keepalive.py # [attribute-error]
56 # mercurial/localrepo.py # [attribute-error]
56 # mercurial/localrepo.py # [attribute-error]
57 # mercurial/manifest.py # [unsupported-operands], [wrong-arg-types]
58 # mercurial/minirst.py # [unsupported-operands], [attribute-error]
57 # mercurial/minirst.py # [unsupported-operands], [attribute-error]
59 # mercurial/pure/parsers.py # [attribute-error]
58 # mercurial/pure/parsers.py # [attribute-error]
60 # mercurial/repoview.py # [attribute-error]
59 # mercurial/repoview.py # [attribute-error]
@@ -113,7 +112,6 b' pytype --keep-going --jobs auto \\'
113 -x mercurial/interfaces \
112 -x mercurial/interfaces \
114 -x mercurial/keepalive.py \
113 -x mercurial/keepalive.py \
115 -x mercurial/localrepo.py \
114 -x mercurial/localrepo.py \
116 -x mercurial/manifest.py \
117 -x mercurial/minirst.py \
115 -x mercurial/minirst.py \
118 -x mercurial/pure/parsers.py \
116 -x mercurial/pure/parsers.py \
119 -x mercurial/repoview.py \
117 -x mercurial/repoview.py \
General Comments 0
You need to be logged in to leave comments. Login now