Python Flake8插件安装

Python Flake8插件安装,python,lint,Python,Lint,我正在使用VS代码,希望为flake8安装插件 例如,我使用pip安装了flake8单引号,但无法使其正常工作.flake 8: [flake8:local-plugins] extension = MC1 = flake8-single-quotes:SingleQuotes 添加此配置后,linting根本不起作用。当我执行flake8--version时,我得到entrypoints.baentrypoint:无法解析入口点规范:u'flake8-single-quotes:Sing

我正在使用VS代码,希望为flake8安装插件

例如,我使用pip安装了
flake8单引号
,但无法使其正常工作<代码>.flake 8:

[flake8:local-plugins]
extension =
  MC1 = flake8-single-quotes:SingleQuotes
添加此配置后,linting根本不起作用。

当我执行flake8--version时,我得到
entrypoints.baentrypoint:无法解析入口点规范:u'flake8-single-quotes:SingleQuotes'