Mercurial > hg-stable
changeset 51819:61976dece720
pytype: stop ignoring manifest.py
pytype no longer complains about the file contents.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 04 Aug 2024 10:50:38 +0200 |
parents | f0be60ed6242 |
children | 3e9a660b074a |
files | contrib/check-pytype.sh |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 \