@@ -10,7 +10,7 @@ exclude_patterns = [
1010 ' exir/serde/**' ,
1111]
1212command = [
13- ' python ' ,
13+ ' python3 ' ,
1414 ' -m' ,
1515 ' lintrunner_adapters' ,
1616 ' run' ,
@@ -19,7 +19,7 @@ command = [
1919 ' @{{PATHSFILE}}'
2020]
2121init_command = [
22- ' python ' ,
22+ ' python3 ' ,
2323 ' -m' ,
2424 ' lintrunner_adapters' ,
2525 ' run' ,
@@ -41,7 +41,7 @@ exclude_patterns = [
4141 ' exir/serde/**' ,
4242]
4343command = [
44- ' python ' ,
44+ ' python3 ' ,
4545 ' -m' ,
4646 ' lintrunner_adapters' ,
4747 ' run' ,
@@ -50,7 +50,7 @@ command = [
5050 ' @{{PATHSFILE}}'
5151]
5252init_command = [
53- ' python ' ,
53+ ' python3 ' ,
5454 ' -m' ,
5555 ' lintrunner_adapters' ,
5656 ' run' ,
@@ -83,7 +83,7 @@ exclude_patterns = [
8383 ' runtime/core/portable_type/c10/**' ,
8484]
8585command = [
86- ' python ' ,
86+ ' python3 ' ,
8787 ' -m' ,
8888 ' lintrunner_adapters' ,
8989 ' run' ,
@@ -94,7 +94,7 @@ command = [
9494 ' @{{PATHSFILE}}'
9595]
9696init_command = [
97- ' python ' ,
97+ ' python3 ' ,
9898 ' -m' ,
9999 ' lintrunner_adapters' ,
100100 ' run' ,
@@ -116,7 +116,7 @@ exclude_patterns = [
116116 ' **/third-party/**' ,
117117]
118118command = [
119- ' python ' ,
119+ ' python3 ' ,
120120 ' -m' ,
121121 ' lintrunner_adapters' ,
122122 ' run' ,
@@ -126,7 +126,7 @@ command = [
126126 ' @{{PATHSFILE}}' ,
127127]
128128init_command = [
129- ' python ' ,
129+ ' python3 ' ,
130130 ' -m' ,
131131 ' lintrunner_adapters' ,
132132 ' run' ,
@@ -150,7 +150,7 @@ exclude_patterns = [
150150 ' **/third-party/**' ,
151151]
152152command = [
153- ' python ' ,
153+ ' python3 ' ,
154154 ' -m' ,
155155 ' lintrunner_adapters' ,
156156 ' run' ,
@@ -191,7 +191,7 @@ exclude_patterns = [
191191 ' extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_special_unstrided_cpu.h' ,
192192]
193193command = [
194- ' python ' ,
194+ ' python3 ' ,
195195 ' -m' ,
196196 ' lintrunner_adapters' ,
197197 ' run' ,
@@ -226,7 +226,7 @@ exclude_patterns = [
226226 ' util/**' ,
227227]
228228command = [
229- ' python ' ,
229+ ' python3 ' ,
230230 ' -m' ,
231231 ' lintrunner_adapters' ,
232232 ' run' ,
@@ -275,7 +275,7 @@ exclude_patterns = [
275275 ' util/**' ,
276276]
277277command = [
278- ' python ' ,
278+ ' python3 ' ,
279279 ' -m' ,
280280 ' lintrunner_adapters' ,
281281 ' run' ,
@@ -325,7 +325,7 @@ exclude_patterns = [
325325 ' backends/arm/test/**' ,
326326]
327327command = [
328- ' python ' ,
328+ ' python3 ' ,
329329 ' -m' ,
330330 ' lintrunner_adapters' ,
331331 ' run' ,
@@ -337,7 +337,7 @@ command = [
337337 ' @{{PATHSFILE}}'
338338]
339339init_command = [
340- ' python ' ,
340+ ' python3 ' ,
341341 ' -m' ,
342342 ' lintrunner_adapters' ,
343343 ' run' ,
@@ -356,7 +356,7 @@ exclude_patterns = [
356356 ' .lintrunner.toml' ,
357357]
358358command = [
359- ' python ' ,
359+ ' python3 ' ,
360360 ' -m' ,
361361 ' lintrunner_adapters' ,
362362 ' run' ,
0 commit comments