tests: enable pytype checking on `mercurial/pure/parsers.py`
authorMatt Harbison <matt_harbison@yahoo.com>
Mon, 16 Dec 2024 18:26:50 -0500
changeset 52584 30f2e8de0a82
parent 52583 8de9bab826bc
child 52585 72af9fa34832
tests: enable pytype checking on `mercurial/pure/parsers.py`
contrib/check-pytype.sh
--- a/contrib/check-pytype.sh	Mon Dec 16 18:25:44 2024 -0500
+++ b/contrib/check-pytype.sh	Mon Dec 16 18:26:50 2024 -0500
@@ -57,7 +57,6 @@
 # mercurial/keepalive.py        # [attribute-error]
 # mercurial/localrepo.py        # [attribute-error]
 # mercurial/minirst.py          # [unsupported-operands], [attribute-error]
-# mercurial/pure/parsers.py     # [attribute-error]
 # mercurial/repoview.py         # [attribute-error]
 # mercurial/testing/storage.py  # tons of [attribute-error]
 # mercurial/win32.py            # [not-callable]
@@ -117,7 +116,6 @@
     -x mercurial/keepalive.py \
     -x mercurial/localrepo.py \
     -x mercurial/minirst.py \
-    -x mercurial/pure/parsers.py \
     -x mercurial/repoview.py \
     -x mercurial/testing/storage.py \
     -x mercurial/thirdparty \