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