File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ merge_base_with = "origin/main"
4
4
code = ' FLAKE8'
5
5
include_patterns = [' **/*.py' ]
6
6
command = [
7
- ' python ' ,
7
+ ' python3 ' ,
8
8
' -m' ,
9
9
' lintrunner_adapters' ,
10
10
' run' ,
@@ -13,7 +13,7 @@ command = [
13
13
' @{{PATHSFILE}}'
14
14
]
15
15
init_command = [
16
- ' python ' ,
16
+ ' python3 ' ,
17
17
' -m' ,
18
18
' lintrunner_adapters' ,
19
19
' run' ,
@@ -30,7 +30,7 @@ include_patterns = [
30
30
' **/*.pyi' ,
31
31
]
32
32
command = [
33
- ' python ' ,
33
+ ' python3 ' ,
34
34
' -m' ,
35
35
' lintrunner_adapters' ,
36
36
' run' ,
@@ -39,7 +39,7 @@ command = [
39
39
' @{{PATHSFILE}}'
40
40
]
41
41
init_command = [
42
- ' python ' ,
42
+ ' python3 ' ,
43
43
' -m' ,
44
44
' lintrunner_adapters' ,
45
45
' run' ,
@@ -58,7 +58,7 @@ include_patterns = [
58
58
' **/*.cpp' ,
59
59
]
60
60
command = [
61
- ' python ' ,
61
+ ' python3 ' ,
62
62
' -m' ,
63
63
' lintrunner_adapters' ,
64
64
' run' ,
@@ -69,7 +69,7 @@ command = [
69
69
' @{{PATHSFILE}}'
70
70
]
71
71
init_command = [
72
- ' python ' ,
72
+ ' python3 ' ,
73
73
' -m' ,
74
74
' lintrunner_adapters' ,
75
75
' run' ,
You can’t perform that action at this time.
0 commit comments