tests/test-check-pytype.t
changeset 48479 dcdecec401ca
parent 48478 3444e0b39c30
child 48480 cfb4f1dee978
equal deleted inserted replaced
48478:3444e0b39c30 48479:dcdecec401ca
    36 mercurial/testing/storage.py  # tons of [attribute-error]
    36 mercurial/testing/storage.py  # tons of [attribute-error]
    37 mercurial/ui.py               # [attribute-error], [wrong-arg-types]
    37 mercurial/ui.py               # [attribute-error], [wrong-arg-types]
    38 mercurial/unionrepo.py        # ui, svfs, unfiltered [attribute-error]
    38 mercurial/unionrepo.py        # ui, svfs, unfiltered [attribute-error]
    39 mercurial/util.py             # [attribute-error], [wrong-arg-count]
    39 mercurial/util.py             # [attribute-error], [wrong-arg-count]
    40 mercurial/utils/procutil.py   # [attribute-error], [module-attr], [bad-return-type]
    40 mercurial/utils/procutil.py   # [attribute-error], [module-attr], [bad-return-type]
    41 mercurial/utils/stringutil.py # [module-attr], [wrong-arg-count]
       
    42 mercurial/utils/memorytop.py  # not 3.6 compatible
    41 mercurial/utils/memorytop.py  # not 3.6 compatible
    43 mercurial/win32.py            # [not-callable]
    42 mercurial/win32.py            # [not-callable]
    44 mercurial/wireprotoframing.py # [unsupported-operands], [attribute-error], [import-error]
    43 mercurial/wireprotoframing.py # [unsupported-operands], [attribute-error], [import-error]
    45 mercurial/wireprotoserver.py  # line 253, in _availableapis: No attribute '__iter__' on Callable[[Any, Any], Any] [attribute-error]
    44 mercurial/wireprotoserver.py  # line 253, in _availableapis: No attribute '__iter__' on Callable[[Any, Any], Any] [attribute-error]
    46 mercurial/wireprotov1peer.py  # [attribute-error]
    45 mercurial/wireprotov1peer.py  # [attribute-error]
    78   >    -x mercurial/testing/storage.py \
    77   >    -x mercurial/testing/storage.py \
    79   >    -x mercurial/thirdparty \
    78   >    -x mercurial/thirdparty \
    80   >    -x mercurial/ui.py \
    79   >    -x mercurial/ui.py \
    81   >    -x mercurial/unionrepo.py \
    80   >    -x mercurial/unionrepo.py \
    82   >    -x mercurial/utils/procutil.py \
    81   >    -x mercurial/utils/procutil.py \
    83   >    -x mercurial/utils/stringutil.py \
       
    84   >    -x mercurial/utils/memorytop.py \
    82   >    -x mercurial/utils/memorytop.py \
    85   >    -x mercurial/win32.py \
    83   >    -x mercurial/win32.py \
    86   >    -x mercurial/wireprotoframing.py \
    84   >    -x mercurial/wireprotoframing.py \
    87   >    -x mercurial/wireprotoserver.py \
    85   >    -x mercurial/wireprotoserver.py \
    88   >    -x mercurial/wireprotov1peer.py \
    86   >    -x mercurial/wireprotov1peer.py \