python - black代码格式化工具
简单使用
安装
pip3 install black
使用
black {source_file_or_directory}
跳过字符串格式化
black -S {source_file_or_directory}
安装
pip3 install black
使用
black {source_file_or_directory}
跳过字符串格式化
black -S {source_file_or_directory}