Flake8阅读站点包

时间:2018-06-21 21:46:29

标签: python flake8

这是我对Flake8的配置:

   [flake8]
    max_line_length = 150
    max_complexity = 10
    [pytest]
    norecursedirs = .* venv env *.egg build

它正在像这样查看我的一堆包裹:

C:\Users\cgrijalva\Source\Repos\citcodownloader\Lib\site-packages\setuptools\command\easy_install.py:1346:1: C901 'get_site_dirs' is too complex (14)

像数百行这样。不确定是什么问题。

0 个答案:

没有答案