Skip to content
Snippets Groups Projects
Commit 3444e0b3 authored by Matt Harbison's avatar Matt Harbison
Browse files

pytype: stop excluding cmdutil.py

Whatever was broken here seems to have been previously fixed.

Differential Revision: https://phab.mercurial-scm.org/D11917
parent 79b90431
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@
mercurial/bundlerepo.py # no vfs and ui attrs on bundlerepo
mercurial/chgserver.py # [attribute-error]
mercurial/cmdutil.py # No attribute 'markcopied' on mercurial.context.filectx [attribute-error]
mercurial/context.py # many [attribute-error]
mercurial/crecord.py # tons of [attribute-error], [module-attr]
mercurial/debugcommands.py # [wrong-arg-types]
......@@ -54,7 +53,6 @@
$ pytype -V 3.6 --keep-going --jobs auto mercurial \
> -x mercurial/bundlerepo.py \
> -x mercurial/chgserver.py \
> -x mercurial/cmdutil.py \
> -x mercurial/context.py \
> -x mercurial/crecord.py \
> -x mercurial/debugcommands.py \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment