Skip to content
Snippets Groups Projects
Commit ff13068e authored by Matt Harbison's avatar Matt Harbison
Browse files

tests: enable pytype checking on `mercurial/wireprotoframing.py`

parent 0c260e71
No related branches found
No related tags found
2 merge requests!1041Merge default into stable,!1031wire class protocols and pytype coverage
......@@ -61,7 +61,6 @@
# mercurial/repoview.py # [attribute-error]
# mercurial/testing/storage.py # tons of [attribute-error]
# mercurial/win32.py # [not-callable]
# mercurial/wireprotoframing.py # [unsupported-operands], [attribute-error], [import-error]
# mercurial/wireprotov1peer.py # [attribute-error]
# mercurial/wireprotov1server.py # BUG?: BundleValueError handler accesses subclass's attrs
......@@ -118,7 +117,6 @@
-x mercurial/testing/storage.py \
-x mercurial/thirdparty \
-x mercurial/win32.py \
-x mercurial/wireprotoframing.py \
-x mercurial/wireprotov1peer.py \
-x mercurial/wireprotov1server.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment