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/wireprotov1peer.py # [attribute-error] | |
|
65 | 64 | # mercurial/wireprotov1server.py # BUG?: BundleValueError handler accesses subclass's attrs |
|
66 | 65 | |
|
67 | 66 | # TODO: use --no-cache on test server? Caching the files locally helps during |
@@ -117,7 +116,6 pytype --keep-going --jobs auto \ | |||
|
117 | 116 | -x mercurial/testing/storage.py \ |
|
118 | 117 | -x mercurial/thirdparty \ |
|
119 | 118 | -x mercurial/win32.py \ |
|
120 | -x mercurial/wireprotov1peer.py \ | |
|
121 | 119 | -x mercurial/wireprotov1server.py |
|
122 | 120 | |
|
123 | 121 | if find .pytype/pyi -name '*.pyi' | xargs grep -ql '# Caught error'; then |
General Comments 0
You need to be logged in to leave comments.
Login now