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$\:.*
标签:autopep8,对话框,配置,pep8,pycharm,aggressive,安装,输入 来源: https://www.cnblogs.com/hester/p/12114690.html