vpython doesn't parse shebang. If python version is not explicitly set
in vpython file, version 2 will be used. pylint 2.6 requires py3.
R=dpranke@google.com
Bug: 1242737
Change-Id: I21a3c4b26c24860b4c8fd07c6d5cc6d5149af2fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3120321
Auto-Submit: Josip Sokcevic <sokcevic@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
This change fixes a minor issue in the pylint-2.6.bat wrapper
script and adds a missing dependency on colorama.
With these changes, it looks like pylint-2.6 will now work on Windows.
Bug: 1157676
Change-Id: Ic23fc4cd04bf464034bf5471856fdfb646f66a75
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3018262
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
This is the latest version, which supports Python 3 only.
Bug: 1123433
Change-Id: I7516ed52d64f38f8214c6295e9ad3d08a98e2b4d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2473704
Auto-Submit: Owen Rodley <orodley@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>