##// END OF EJS Templates
pytype: stop excluding pycompat.py...
Matt Harbison -
r49320:12a43f85 default
parent child Browse files
Show More
@@ -26,7 +26,6 b' mercurial/manifest.py # [unsuppo'
26 26 mercurial/minirst.py # [unsupported-operands], [attribute-error]
27 27 mercurial/pure/osutil.py # [invalid-typevar], [not-callable]
28 28 mercurial/pure/parsers.py # [attribute-error]
29 mercurial/pycompat.py # bytes vs str issues
30 29 mercurial/repoview.py # [attribute-error]
31 30 mercurial/sslutil.py # [attribute-error]
32 31 mercurial/testing/storage.py # tons of [attribute-error]
@@ -60,7 +59,6 b' development, but may be a hinderance for'
60 59 > -x mercurial/minirst.py \
61 60 > -x mercurial/pure/osutil.py \
62 61 > -x mercurial/pure/parsers.py \
63 > -x mercurial/pycompat.py \
64 62 > -x mercurial/repoview.py \
65 63 > -x mercurial/sslutil.py \
66 64 > -x mercurial/testing/storage.py \
General Comments 0
You need to be logged in to leave comments. Login now