我已经按照中的描述设置了我的PyCharm。参数行如下所示。中运行Flake8时,我得到了所描述的格式良好的文本。line too long (106 > 79 characters):https://lintlyci.github.io/Flake8Rules/rules/E501.html'
但是,当我单击错误转到代码上的
PyCharm的自动格式化程序确实希望我对长行使用大括号对齐的缩进样式,但我讨厌它。我想要的是: lazyLib.print_message(" Collecting {} of {} LBs..."
"".format(", ".join([str(x) for x incurrent_numbers]), len(lblist))) PyCharm想要做的是: lazyLib.p