Specify which python version pylint should evaluate for

前端 未结 7 1334
孤城傲影
孤城傲影 2020-12-18 17:58

I\'m using Sublime Text 3 With Pylinter to run pylint on my files.

However, on the same machine, I work on files for both python 2, and python 3 project

相关标签:
7条回答
  • 2020-12-18 19:00

    AFAIK Pylint lints for the version of Python it is running on and it is not possible to override it.

    0 讨论(0)
提交回复
热议问题