contrib/check-pytype.sh
changeset 49793 8147abc05794
parent 49651 3e1869751cfe
child 49796 98e7be1ed6c5
equal deleted inserted replaced
49783:e1953a34c110 49793:8147abc05794
    29 # mercurial/minirst.py          # [unsupported-operands], [attribute-error]
    29 # mercurial/minirst.py          # [unsupported-operands], [attribute-error]
    30 # mercurial/pure/osutil.py      # [invalid-typevar], [not-callable]
    30 # mercurial/pure/osutil.py      # [invalid-typevar], [not-callable]
    31 # mercurial/pure/parsers.py     # [attribute-error]
    31 # mercurial/pure/parsers.py     # [attribute-error]
    32 # mercurial/repoview.py         # [attribute-error]
    32 # mercurial/repoview.py         # [attribute-error]
    33 # mercurial/testing/storage.py  # tons of [attribute-error]
    33 # mercurial/testing/storage.py  # tons of [attribute-error]
    34 # mercurial/ui.py               # [attribute-error], [wrong-arg-types]
       
    35 # mercurial/unionrepo.py        # ui, svfs, unfiltered [attribute-error]
    34 # mercurial/unionrepo.py        # ui, svfs, unfiltered [attribute-error]
    36 # mercurial/win32.py            # [not-callable]
    35 # mercurial/win32.py            # [not-callable]
    37 # mercurial/wireprotoframing.py # [unsupported-operands], [attribute-error], [import-error]
    36 # mercurial/wireprotoframing.py # [unsupported-operands], [attribute-error], [import-error]
    38 # mercurial/wireprotov1peer.py  # [attribute-error]
    37 # mercurial/wireprotov1peer.py  # [attribute-error]
    39 # mercurial/wireprotov1server.py  # BUG?: BundleValueError handler accesses subclass's attrs
    38 # mercurial/wireprotov1server.py  # BUG?: BundleValueError handler accesses subclass's attrs
    62     -x mercurial/pure/osutil.py \
    61     -x mercurial/pure/osutil.py \
    63     -x mercurial/pure/parsers.py \
    62     -x mercurial/pure/parsers.py \
    64     -x mercurial/repoview.py \
    63     -x mercurial/repoview.py \
    65     -x mercurial/testing/storage.py \
    64     -x mercurial/testing/storage.py \
    66     -x mercurial/thirdparty \
    65     -x mercurial/thirdparty \
    67     -x mercurial/ui.py \
       
    68     -x mercurial/unionrepo.py \
    66     -x mercurial/unionrepo.py \
    69     -x mercurial/win32.py \
    67     -x mercurial/win32.py \
    70     -x mercurial/wireprotoframing.py \
    68     -x mercurial/wireprotoframing.py \
    71     -x mercurial/wireprotov1peer.py \
    69     -x mercurial/wireprotov1peer.py \
    72     -x mercurial/wireprotov1server.py
    70     -x mercurial/wireprotov1server.py