Mercurial > hg-stable
changeset 51913:51235f6aa067
tests: enable pytype checking on `mercurial/unionrepo.py`
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 19 Sep 2024 18:49:04 -0400 |
parents | 8315175f678d |
children | 8c990011c804 |
files | contrib/check-pytype.sh |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/check-pytype.sh Thu Sep 19 18:48:07 2024 -0400 +++ b/contrib/check-pytype.sh Thu Sep 19 18:49:04 2024 -0400 @@ -60,7 +60,6 @@ # mercurial/pure/parsers.py # [attribute-error] # mercurial/repoview.py # [attribute-error] # mercurial/testing/storage.py # tons of [attribute-error] -# mercurial/unionrepo.py # ui, svfs, unfiltered [attribute-error] # mercurial/win32.py # [not-callable] # mercurial/wireprotoframing.py # [unsupported-operands], [attribute-error], [import-error] # mercurial/wireprotov1peer.py # [attribute-error] @@ -118,7 +117,6 @@ -x mercurial/repoview.py \ -x mercurial/testing/storage.py \ -x mercurial/thirdparty \ - -x mercurial/unionrepo.py \ -x mercurial/win32.py \ -x mercurial/wireprotoframing.py \ -x mercurial/wireprotov1peer.py \