大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺
black 简介
自动的代码格式化工具,兼容 pep8,项目地址为:
官方给出的简介:
Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from
pycodestyle
nagging about formatting. You will save time and mental energy for more important matters.
Blackened code looks the same regardless of the project you’re reading. Formatting becomes transparent after a while and you can focus on the content instead.
Black makes code review faster by producing the smallest diffs possible.
安装命令
pip3 install black
使用方法
终端中直接运行
在终端中直接将 black
作为命令来运行,如下截图所示:
运行成功会有输出提示格式化情况。
PyCharm中配置快捷方式运行
打开路径:
PyCharm→Preferences→Tools→External tool
点击+
后,输入下面的配置:
# Program
$PyInterpreterDirectory$/python3
# Arguments
-m black $FilePath$
# Working directory
$ProjectFileDir$
然后配置快捷键,打开下面的目录
PyCharm→Preferences→keymap→External Tools→black
右键点击 Add Keyboard Shortcut
,如下图设置快捷键:
成功后,运行快捷方式,会直接格式化你所在窗口的 .py
文件。同样在终端中会显示格式化结果。
PEP8 代码格式
可以参考如下博客:
PEP8简介
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/172916.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...