We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899785a commit d60b99cCopy full SHA for d60b99c
pylint-2.6
@@ -38,6 +38,10 @@
38
# name: "infra/python/wheels/lazy-object-proxy/${vpython_platform}"
39
# version: "version:1.4.3"
40
# >
41
+# wheel: <
42
+# name: "infra/python/wheels/colorama-py3"
43
+# version: "version:0.4.1"
44
+# >
45
#
46
# # Pylint extensions.
47
pylint-2.6.bat
@@ -9,4 +9,4 @@ setlocal
9
set PATH=%PATH%;%~dp0
10
11
:: Defer control.
12
-vpython "%~dp0\pylint-2.6" %*
+vpython3 "%~dp0\pylint-2.6" %*
0 commit comments