diff options
author | Mike Frysinger <vapier@google.com> | 2023-08-21 21:20:32 -0400 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-08-22 18:32:22 +0000 |
commit | 6447733eb28ea188d551ae518a7e51ebf63a4350 (patch) | |
tree | 3e2571b39af0f8544dae4660ebc1d29e2a7bda9d /run_tests.vpython3 | |
parent | 06ddc8c50a7e802dbaf8468144c2b5773cda3714 (diff) | |
download | git-repo-6447733eb28ea188d551ae518a7e51ebf63a4350.tar.gz |
isort: format codebasev2.36
Change-Id: I6f11d123b68fd077f558d3c21349c55c5f251019
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/383715
Reviewed-by: Gavin Mak <gavinmak@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
Commit-Queue: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'run_tests.vpython3')
-rw-r--r-- | run_tests.vpython3 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/run_tests.vpython3 b/run_tests.vpython3 index 3d0cd78e..036064d3 100644 --- a/run_tests.vpython3 +++ b/run_tests.vpython3 | |||
@@ -123,3 +123,8 @@ wheel: < | |||
123 | name: "infra/python/wheels/pycodestyle-py2_py3" | 123 | name: "infra/python/wheels/pycodestyle-py2_py3" |
124 | version: "version:2.10.0" | 124 | version: "version:2.10.0" |
125 | > | 125 | > |
126 | |||
127 | wheel: < | ||
128 | name: "infra/python/wheels/isort-py3" | ||
129 | version: "version:5.10.1" | ||
130 | > | ||