diff options
author | Gavin Mak <gavinmak@google.com> | 2023-03-11 06:46:20 +0000 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-03-22 17:46:28 +0000 |
commit | ea2e330e43c182dc16b0111ebc69ee5a71ee4ce1 (patch) | |
tree | dc33ba0e56825b3e007d0589891756724725a465 /run_tests.vpython3 | |
parent | 1604cf255f8c1786a23388db6d5277ac7949a24a (diff) | |
download | git-repo-ea2e330e43c182dc16b0111ebc69ee5a71ee4ce1.tar.gz |
Format codebase with black and check formatting in CQ
Apply rules set by https://gerrit-review.googlesource.com/c/git-repo/+/362954/ across the codebase and fix any lingering errors caught
by flake8. Also check black formatting in run_tests (and CQ).
Bug: b/267675342
Change-Id: I972d77649dac351150dcfeb1cd1ad0ea2efc1956
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/363474
Reviewed-by: Mike Frysinger <vapier@google.com>
Tested-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
Diffstat (limited to 'run_tests.vpython3')
-rw-r--r-- | run_tests.vpython3 | 45 |
1 files changed, 43 insertions, 2 deletions
diff --git a/run_tests.vpython3 b/run_tests.vpython3 index d0e821dd..0c790bca 100644 --- a/run_tests.vpython3 +++ b/run_tests.vpython3 | |||
@@ -26,8 +26,8 @@ wheel: < | |||
26 | 26 | ||
27 | # Required by pytest==6.2.2 | 27 | # Required by pytest==6.2.2 |
28 | wheel: < | 28 | wheel: < |
29 | name: "infra/python/wheels/packaging-py2_py3" | 29 | name: "infra/python/wheels/packaging-py3" |
30 | version: "version:16.8" | 30 | version: "version:23.0" |
31 | > | 31 | > |
32 | 32 | ||
33 | # Required by pytest==6.2.2 | 33 | # Required by pytest==6.2.2 |
@@ -59,3 +59,44 @@ wheel: < | |||
59 | name: "infra/python/wheels/six-py2_py3" | 59 | name: "infra/python/wheels/six-py2_py3" |
60 | version: "version:1.16.0" | 60 | version: "version:1.16.0" |
61 | > | 61 | > |
62 | |||
63 | wheel: < | ||
64 | name: "infra/python/wheels/black-py3" | ||
65 | version: "version:23.1.0" | ||
66 | > | ||
67 | |||
68 | # Required by black==23.1.0 | ||
69 | wheel: < | ||
70 | name: "infra/python/wheels/mypy-extensions-py3" | ||
71 | version: "version:0.4.3" | ||
72 | > | ||
73 | |||
74 | # Required by black==23.1.0 | ||
75 | wheel: < | ||
76 | name: "infra/python/wheels/tomli-py3" | ||
77 | version: "version:2.0.1" | ||
78 | > | ||
79 | |||
80 | # Required by black==23.1.0 | ||
81 | wheel: < | ||
82 | name: "infra/python/wheels/platformdirs-py3" | ||
83 | version: "version:2.5.2" | ||
84 | > | ||
85 | |||
86 | # Required by black==23.1.0 | ||
87 | wheel: < | ||
88 | name: "infra/python/wheels/pathspec-py3" | ||
89 | version: "version:0.9.0" | ||
90 | > | ||
91 | |||
92 | # Required by black==23.1.0 | ||
93 | wheel: < | ||
94 | name: "infra/python/wheels/typing-extensions-py3" | ||
95 | version: "version:4.3.0" | ||
96 | > | ||
97 | |||
98 | # Required by black==23.1.0 | ||
99 | wheel: < | ||
100 | name: "infra/python/wheels/click-py3" | ||
101 | version: "version:8.0.3" | ||
102 | > | ||