Show More
@@ -61,7 +61,6 pytype --version | |||
|
61 | 61 | # mercurial/repoview.py # [attribute-error] |
|
62 | 62 | # mercurial/testing/storage.py # tons of [attribute-error] |
|
63 | 63 | # mercurial/win32.py # [not-callable] |
|
64 | # mercurial/wireprotoframing.py # [unsupported-operands], [attribute-error], [import-error] | |
|
65 | 64 | # mercurial/wireprotov1peer.py # [attribute-error] |
|
66 | 65 | # mercurial/wireprotov1server.py # BUG?: BundleValueError handler accesses subclass's attrs |
|
67 | 66 | |
@@ -118,7 +117,6 pytype --keep-going --jobs auto \ | |||
|
118 | 117 | -x mercurial/testing/storage.py \ |
|
119 | 118 | -x mercurial/thirdparty \ |
|
120 | 119 | -x mercurial/win32.py \ |
|
121 | -x mercurial/wireprotoframing.py \ | |
|
122 | 120 | -x mercurial/wireprotov1peer.py \ |
|
123 | 121 | -x mercurial/wireprotov1server.py |
|
124 | 122 |
General Comments 0
You need to be logged in to leave comments.
Login now