pycharm中配置pep8
Posted hester
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pycharm中配置pep8相关的知识,希望对你有一定的参考价值。
一、实验环境
1.Windows10x64
2.anaconda4.6.9 + python3.7.1(anaconda集成,不需单独安装)
二、安装autopep8
cmd窗口输入:
pip install autopep8
三、在Pycharm中安装autopep8配置
配置项目
- Name:Autopep8(可以随便取)
- Tools settings
- Programs:autopep8
- Parameters:--in-place --aggressive --aggressive $FilePath$
- Working directory:$ProjectFileDir$
- 点击Output Files→添加,在对话框中的:Regular expression to match output中输入:
$FILE_PATH$:$LINE$:$COLUMN$:.*
以上是关于pycharm中配置pep8的主要内容,如果未能解决你的问题,请参考以下文章