##// END OF EJS Templates
tests: enable pytype checking on `mercurial/bundlerepo.py`
Matt Harbison -
r52766:0afd58c7 default
parent child Browse files
Show More
@@ -44,7 +44,6 b' pytype --version'
44 # hgext/sqlitestore.py # [attribute-error]
44 # hgext/sqlitestore.py # [attribute-error]
45 # hgext/zeroconf/__init__.py # bytes vs str; tests fail on macOS
45 # hgext/zeroconf/__init__.py # bytes vs str; tests fail on macOS
46 #
46 #
47 # mercurial/bundlerepo.py # no vfs and ui attrs on bundlerepo
48 # mercurial/context.py # many [attribute-error]
47 # mercurial/context.py # many [attribute-error]
49 # mercurial/crecord.py # tons of [attribute-error], [module-attr]
48 # mercurial/crecord.py # tons of [attribute-error], [module-attr]
50 # mercurial/debugcommands.py # [wrong-arg-types]
49 # mercurial/debugcommands.py # [wrong-arg-types]
@@ -102,7 +101,6 b' pytype --keep-going --jobs auto \\'
102 -x hgext/remotefilelog/shallowbundle.py \
101 -x hgext/remotefilelog/shallowbundle.py \
103 -x hgext/sqlitestore.py \
102 -x hgext/sqlitestore.py \
104 -x hgext/zeroconf/__init__.py \
103 -x hgext/zeroconf/__init__.py \
105 -x mercurial/bundlerepo.py \
106 -x mercurial/context.py \
104 -x mercurial/context.py \
107 -x mercurial/crecord.py \
105 -x mercurial/crecord.py \
108 -x mercurial/debugcommands.py \
106 -x mercurial/debugcommands.py \
General Comments 0
You need to be logged in to leave comments. Login now