changeset 52584:30f2e8de0a82

tests: enable pytype checking on `mercurial/pure/parsers.py`
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 16 Dec 2024 18:26:50 -0500
parents 8de9bab826bc
children 72af9fa34832
files contrib/check-pytype.sh
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 \