How can I analyze Python code to identify problematic areas?

前端 未结 8 1880
鱼传尺愫
鱼传尺愫 2020-12-07 06:58

I have a large source repository split across multiple projects. I would like to produce a report about the health of the source code, identifying problem areas that need to

8条回答
  •  [愿得一人]
    2020-12-07 07:53

    Thanks to Pydev, you can integrate pylint in the Eclipse IDE really easily and get a code report each time you save a modified file.

提交回复
热议问题