# HG changeset patch # User Matt Harbison # Date 2024-10-26 03:46:20 # Node ID 2dce4c01cec17b950fead52f8b172caf86079456 # Parent 8b791764fc52bff3acfdbf26b634e833679260bd tests: enable pytype checking on `mercurial/wireprotov1peer.py` diff --git a/contrib/check-pytype.sh b/contrib/check-pytype.sh --- a/contrib/check-pytype.sh +++ b/contrib/check-pytype.sh @@ -61,7 +61,6 @@ pytype --version # mercurial/repoview.py # [attribute-error] # mercurial/testing/storage.py # tons of [attribute-error] # mercurial/win32.py # [not-callable] -# mercurial/wireprotov1peer.py # [attribute-error] # mercurial/wireprotov1server.py # BUG?: BundleValueError handler accesses subclass's attrs # TODO: use --no-cache on test server? Caching the files locally helps during @@ -117,7 +116,6 @@ pytype --keep-going --jobs auto \ -x mercurial/testing/storage.py \ -x mercurial/thirdparty \ -x mercurial/win32.py \ - -x mercurial/wireprotov1peer.py \ -x mercurial/wireprotov1server.py if find .pytype/pyi -name '*.pyi' | xargs grep -ql '# Caught error'; then