@@ -10,7 +10,7 @@ exclude_patterns = [
10
10
' exir/serde/**' ,
11
11
]
12
12
command = [
13
- ' python ' ,
13
+ ' python3 ' ,
14
14
' -m' ,
15
15
' lintrunner_adapters' ,
16
16
' run' ,
@@ -19,7 +19,7 @@ command = [
19
19
' @{{PATHSFILE}}'
20
20
]
21
21
init_command = [
22
- ' python ' ,
22
+ ' python3 ' ,
23
23
' -m' ,
24
24
' lintrunner_adapters' ,
25
25
' run' ,
@@ -41,7 +41,7 @@ exclude_patterns = [
41
41
' exir/serde/**' ,
42
42
]
43
43
command = [
44
- ' python ' ,
44
+ ' python3 ' ,
45
45
' -m' ,
46
46
' lintrunner_adapters' ,
47
47
' run' ,
@@ -50,7 +50,7 @@ command = [
50
50
' @{{PATHSFILE}}'
51
51
]
52
52
init_command = [
53
- ' python ' ,
53
+ ' python3 ' ,
54
54
' -m' ,
55
55
' lintrunner_adapters' ,
56
56
' run' ,
@@ -83,7 +83,7 @@ exclude_patterns = [
83
83
' runtime/core/portable_type/c10/**' ,
84
84
]
85
85
command = [
86
- ' python ' ,
86
+ ' python3 ' ,
87
87
' -m' ,
88
88
' lintrunner_adapters' ,
89
89
' run' ,
@@ -94,7 +94,7 @@ command = [
94
94
' @{{PATHSFILE}}'
95
95
]
96
96
init_command = [
97
- ' python ' ,
97
+ ' python3 ' ,
98
98
' -m' ,
99
99
' lintrunner_adapters' ,
100
100
' run' ,
@@ -116,7 +116,7 @@ exclude_patterns = [
116
116
' **/third-party/**' ,
117
117
]
118
118
command = [
119
- ' python ' ,
119
+ ' python3 ' ,
120
120
' -m' ,
121
121
' lintrunner_adapters' ,
122
122
' run' ,
@@ -126,7 +126,7 @@ command = [
126
126
' @{{PATHSFILE}}' ,
127
127
]
128
128
init_command = [
129
- ' python ' ,
129
+ ' python3 ' ,
130
130
' -m' ,
131
131
' lintrunner_adapters' ,
132
132
' run' ,
@@ -150,7 +150,7 @@ exclude_patterns = [
150
150
' **/third-party/**' ,
151
151
]
152
152
command = [
153
- ' python ' ,
153
+ ' python3 ' ,
154
154
' -m' ,
155
155
' lintrunner_adapters' ,
156
156
' run' ,
@@ -191,7 +191,7 @@ exclude_patterns = [
191
191
' extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_special_unstrided_cpu.h' ,
192
192
]
193
193
command = [
194
- ' python ' ,
194
+ ' python3 ' ,
195
195
' -m' ,
196
196
' lintrunner_adapters' ,
197
197
' run' ,
@@ -226,7 +226,7 @@ exclude_patterns = [
226
226
' util/**' ,
227
227
]
228
228
command = [
229
- ' python ' ,
229
+ ' python3 ' ,
230
230
' -m' ,
231
231
' lintrunner_adapters' ,
232
232
' run' ,
@@ -275,7 +275,7 @@ exclude_patterns = [
275
275
' util/**' ,
276
276
]
277
277
command = [
278
- ' python ' ,
278
+ ' python3 ' ,
279
279
' -m' ,
280
280
' lintrunner_adapters' ,
281
281
' run' ,
@@ -325,7 +325,7 @@ exclude_patterns = [
325
325
' backends/arm/test/**' ,
326
326
]
327
327
command = [
328
- ' python ' ,
328
+ ' python3 ' ,
329
329
' -m' ,
330
330
' lintrunner_adapters' ,
331
331
' run' ,
@@ -337,7 +337,7 @@ command = [
337
337
' @{{PATHSFILE}}'
338
338
]
339
339
init_command = [
340
- ' python ' ,
340
+ ' python3 ' ,
341
341
' -m' ,
342
342
' lintrunner_adapters' ,
343
343
' run' ,
@@ -356,7 +356,7 @@ exclude_patterns = [
356
356
' .lintrunner.toml' ,
357
357
]
358
358
command = [
359
- ' python ' ,
359
+ ' python3 ' ,
360
360
' -m' ,
361
361
' lintrunner_adapters' ,
362
362
' run' ,
0 commit comments