# HG changeset patch # User Matt Harbison # Date 1729912150 14400 # Node ID ff13068e9b1cd7d5c6ed1f20dde6800ee799c0a7 # Parent 0c260e7158e0cea66b7bf61d5cb2e183601dae40 tests: enable pytype checking on `mercurial/wireprotoframing.py` diff -r 0c260e7158e0 -r ff13068e9b1c contrib/check-pytype.sh --- a/contrib/check-pytype.sh Fri Oct 25 23:07:34 2024 -0400 +++ b/contrib/check-pytype.sh Fri Oct 25 23:09:10 2024 -0400 @@ -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