pytype: stop ignoring manifest.py
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sun, 04 Aug 2024 10:50:38 +0200
changeset 51767 61976dece720
parent 51766 f0be60ed6242
child 51768 3e9a660b074a
pytype: stop ignoring manifest.py pytype no longer complains about the file contents.
contrib/check-pytype.sh
--- a/contrib/check-pytype.sh	Sun Aug 04 10:48:51 2024 +0200
+++ b/contrib/check-pytype.sh	Sun Aug 04 10:50:38 2024 +0200
@@ -54,7 +54,6 @@
 # mercurial/interfaces          # No attribute 'capabilities' on peer [attribute-error]
 # mercurial/keepalive.py        # [attribute-error]
 # mercurial/localrepo.py        # [attribute-error]
-# mercurial/manifest.py         # [unsupported-operands], [wrong-arg-types]
 # mercurial/minirst.py          # [unsupported-operands], [attribute-error]
 # mercurial/pure/parsers.py     # [attribute-error]
 # mercurial/repoview.py         # [attribute-error]
@@ -113,7 +112,6 @@
     -x mercurial/interfaces \
     -x mercurial/keepalive.py \
     -x mercurial/localrepo.py \
-    -x mercurial/manifest.py \
     -x mercurial/minirst.py \
     -x mercurial/pure/parsers.py \
     -x mercurial/repoview.py \