Mercurial > hg-stable
changeset 51910:0afd58c72175
tests: enable pytype checking on `mercurial/bundlerepo.py`
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 18 Sep 2024 21:00:20 -0400 |
parents | 5e79783d4bc7 |
children | 1b17309cdaab |
files | contrib/check-pytype.sh |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/check-pytype.sh Wed Sep 18 17:46:46 2024 -0400 +++ b/contrib/check-pytype.sh Wed Sep 18 21:00:20 2024 -0400 @@ -44,7 +44,6 @@ # hgext/sqlitestore.py # [attribute-error] # hgext/zeroconf/__init__.py # bytes vs str; tests fail on macOS # -# mercurial/bundlerepo.py # no vfs and ui attrs on bundlerepo # mercurial/context.py # many [attribute-error] # mercurial/crecord.py # tons of [attribute-error], [module-attr] # mercurial/debugcommands.py # [wrong-arg-types] @@ -102,7 +101,6 @@ -x hgext/remotefilelog/shallowbundle.py \ -x hgext/sqlitestore.py \ -x hgext/zeroconf/__init__.py \ - -x mercurial/bundlerepo.py \ -x mercurial/context.py \ -x mercurial/crecord.py \ -x mercurial/debugcommands.py \