Commit 6b0e40a
File tree
24 files changed
+424
-14
lines changedFilter options
- examples/bzlmod_build_file_generation
- gazelle
- modules_mapping
- python
- testdata/add_type_stub_packages
- pythonconfig
24 files changed
+424
-14
lines changed+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
65 | 68 |
|
66 | 69 |
|
67 | 70 |
|
|
examples/bzlmod_build_file_generation/BUILD.bazel
Copy file name to clipboardExpand all lines: examples/bzlmod_build_file_generation/BUILD.bazel+23Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
40 | 55 |
|
41 | 56 |
|
42 | 57 |
|
| ||
54 | 69 |
|
55 | 70 |
|
56 | 71 |
|
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
57 | 80 |
|
58 | 81 |
|
59 | 82 |
|
|
examples/bzlmod_build_file_generation/gazelle_python.yaml
Copy file name to clipboardExpand all lines: examples/bzlmod_build_file_generation/gazelle_python.yaml+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
| 15 | + |
| 16 | + |
14 | 17 |
|
15 | 18 |
|
16 | 19 |
|
17 | 20 |
|
18 | 21 |
|
| 22 | + |
19 | 23 |
|
20 | 24 |
|
21 | 25 |
|
22 | 26 |
|
23 | 27 |
|
24 | 28 |
|
25 | 29 |
|
| 30 | + |
26 | 31 |
|
27 | 32 |
|
28 | 33 |
|
|
examples/bzlmod_build_file_generation/gazelle_python_with_types.yaml
Copy file name to clipboard+42Lines changed: 42 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
examples/bzlmod_build_file_generation/requirements.in
Copy file name to clipboardExpand all lines: examples/bzlmod_build_file_generation/requirements.in+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
| 8 | + |
| 9 | + |
examples/bzlmod_build_file_generation/requirements_lock.txt
Copy file name to clipboardExpand all lines: examples/bzlmod_build_file_generation/requirements_lock.txt+39-1Lines changed: 39 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
7 | 13 |
|
8 | 14 |
|
9 | 15 |
|
| ||
20 | 26 |
|
21 | 27 |
|
22 | 28 |
|
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
23 | 44 |
|
24 | 45 |
|
25 | 46 |
|
| ||
129 | 150 |
|
130 | 151 |
|
131 | 152 |
|
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
132 | 157 |
|
133 | 158 |
|
134 | 159 |
|
135 | 160 |
|
136 | 161 |
|
137 | 162 |
|
138 | 163 |
|
139 |
| - |
| 164 | + |
| 165 | + |
| 166 | + |
140 | 167 |
|
141 | 168 |
|
142 | 169 |
|
143 | 170 |
|
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
144 | 179 |
|
145 | 180 |
|
146 | 181 |
|
147 | 182 |
|
| 183 | + |
148 | 184 |
|
| 185 | + |
| 186 | + |
149 | 187 |
|
150 | 188 |
|
151 | 189 |
|
|
examples/bzlmod_build_file_generation/requirements_windows.txt
Copy file name to clipboardExpand all lines: examples/bzlmod_build_file_generation/requirements_windows.txt+56-4Lines changed: 56 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
7 | 13 |
|
8 | 14 |
|
9 | 15 |
|
| ||
24 | 30 |
|
25 | 31 |
|
26 | 32 |
|
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
27 | 48 |
|
28 | 49 |
|
29 | 50 |
|
| ||
133 | 154 |
|
134 | 155 |
|
135 | 156 |
|
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
136 | 161 |
|
137 | 162 |
|
138 | 163 |
|
139 | 164 |
|
140 | 165 |
|
141 | 166 |
|
142 | 167 |
|
143 |
| - |
| 168 | + |
| 169 | + |
| 170 | + |
144 | 171 |
|
145 | 172 |
|
146 | 173 |
|
147 | 174 |
|
148 |
| - |
149 |
| - |
150 |
| - |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
151 | 186 |
|
| 187 | + |
152 | 188 |
|
| 189 | + |
| 190 | + |
153 | 191 |
|
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
154 | 196 |
|
155 | 197 |
|
156 | 198 |
|
| ||
162 | 204 |
|
163 | 205 |
|
164 | 206 |
|
| 207 | + |
165 | 208 |
|
| 209 | + |
166 | 210 |
|
| 211 | + |
167 | 212 |
|
168 | 213 |
|
169 | 214 |
|
| 215 | + |
170 | 216 |
|
171 | 217 |
|
| 218 | + |
172 | 219 |
|
173 | 220 |
|
174 | 221 |
|
175 | 222 |
|
| 223 | + |
176 | 224 |
|
177 | 225 |
|
178 | 226 |
|
179 | 227 |
|
180 | 228 |
|
181 | 229 |
|
| 230 | + |
182 | 231 |
|
183 | 232 |
|
184 | 233 |
|
| ||
201 | 250 |
|
202 | 251 |
|
203 | 252 |
|
| 253 | + |
204 | 254 |
|
205 | 255 |
|
| 256 | + |
206 | 257 |
|
207 | 258 |
|
208 | 259 |
|
| ||
217 | 268 |
|
218 | 269 |
|
219 | 270 |
|
| 271 | + |
220 | 272 |
|
221 | 273 |
|
222 | 274 |
|
|
+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
122 | 132 |
|
123 | 133 |
|
124 | 134 |
|
|
+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
41 | 45 |
|
42 | 46 |
|
43 | 47 |
|
|
0 commit comments