Show More
@@ -56,7 +56,6 b' cd "$(hg root)"' | |||
|
56 | 56 | # mercurial/localrepo.py # [attribute-error] |
|
57 | 57 | # mercurial/manifest.py # [unsupported-operands], [wrong-arg-types] |
|
58 | 58 | # mercurial/minirst.py # [unsupported-operands], [attribute-error] |
|
59 | # mercurial/pure/osutil.py # [invalid-typevar], [not-callable] | |
|
60 | 59 | # mercurial/pure/parsers.py # [attribute-error] |
|
61 | 60 | # mercurial/repoview.py # [attribute-error] |
|
62 | 61 | # mercurial/testing/storage.py # tons of [attribute-error] |
@@ -116,7 +115,6 b' pytype --keep-going --jobs auto \\' | |||
|
116 | 115 | -x mercurial/localrepo.py \ |
|
117 | 116 | -x mercurial/manifest.py \ |
|
118 | 117 | -x mercurial/minirst.py \ |
|
119 | -x mercurial/pure/osutil.py \ | |
|
120 | 118 | -x mercurial/pure/parsers.py \ |
|
121 | 119 | -x mercurial/repoview.py \ |
|
122 | 120 | -x mercurial/testing/storage.py \ |
General Comments 0
You need to be logged in to leave comments.
Login now