Brian Ryner
|
6cebde7ca2
|
Update pylint vpython specs to use a specific minor version.
This is always recommended, since wheel availability varies between
minor versions. We may not support major-version-only specifiers
in the future.
Change-Id: Ib41426fa39212fe3e49d87c1d1c8b5bbc49aef7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3708295
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
Auto-Submit: Brian Ryner <bryner@google.com>
|
2022-06-16 23:09:07 +00:00 |
|
Josip Sokcevic
|
c3e25c828d
|
Fix hangs when running pylint with py3
R=gavinmak@google.com
Bug: 1280381
Change-Id: I9bec0f371aa300e2418ac1c200683c02b7e66cb0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3350910
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
|
2022-01-11 23:33:14 +00:00 |
|
Josip Sokcevic
|
8daaf5c5b0
|
Explicitly set python version for pylint 2.6
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>
|
2021-08-26 22:19:07 +00:00 |
|
Dirk Pranke
|
d60b99cd5a
|
Get pylint-2.6 to work under vpython3 on Windows.
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>
|
2021-07-09 18:41:24 +00:00 |
|
John Budorick
|
09c9cf419d
|
pylint: roll six to 1.15.0.
Matching chromium. (I'm sure this is asking for trouble.)
Bug: chromium:1007101
Change-Id: Iba3200bd093697f41551c99f58a9c5261c958436
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2726729
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: John Budorick <jbudorick@chromium.org>
|
2021-03-01 19:58:48 +00:00 |
|
Mike Frysinger
|
8ca189d4e5
|
pylint-2.6: use newer pyquotes
Bug: 1123433
Change-Id: I60dc7bbcf6216fc90b58d32d99072f998501509d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2518471
Reviewed-by: Owen Rodley <orodley@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
|
2020-11-05 00:14:13 +00:00 |
|
Owen Rodley
|
5d099fcb48
|
Add pylint 2.6.0 to depot_tools.
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>
|
2020-10-15 15:38:14 +00:00 |
|