From 7923b670e7ac2ab3f119f36fe87a5b3e7521276c Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Thu, 16 May 2019 22:04:42 +0800 Subject: [PATCH 1/2] PRF:20190502 Format Python however you like with Black.md @geekpi --- .../20190502 Format Python however you like with Black.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/translated/tech/20190502 Format Python however you like with Black.md b/translated/tech/20190502 Format Python however you like with Black.md index 88a0540c36..ee2ede215b 100644 --- a/translated/tech/20190502 Format Python however you like with Black.md +++ b/translated/tech/20190502 Format Python however you like with Black.md @@ -7,12 +7,12 @@ [#]: via: (https://opensource.com/article/19/5/python-black) [#]: author: (Moshe Zadka https://opensource.com/users/moshez/users/moshez/users/moshez) -使用 Black 随意格式化 Python +使用 Black 自由格式化 Python ====== > 在我们覆盖 7 个 PyPI 库的系列文章中了解解决 Python 问题的更多信息。 -![OpenStack source code \(Python\) in VIM][1] +![OpenStack source code \(Python\) in VIM](https://img.linux.net.cn/data/attachment/album/201905/16/220249ethkikh5h1uib5iy.jpg) Python 是当今使用最多的[流行编程语言][2]之一,因为:它是开源的,它有广泛的用途(例如 Web 编程、业务应用、游戏、科学编程等等),它有一个充满活力和专注的社区支持它。这个社区可以让我们在 [Python Package Index][3](PyPI)中有如此庞大、多样化的软件包,用以扩展和改进 Python 并解决不可避免的问题。 @@ -83,10 +83,10 @@ $ echo $? via: https://opensource.com/article/19/5/python-black -作者:[Moshe Zadka ][a] +作者:[Moshe Zadka][a] 选题:[lujun9972][b] 译者:[geekpi](https://github.com/geekpi) -校对:[校对者ID](https://github.com/校对者ID) +校对:[wxy](https://github.com/wxy) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 From 2b23d530ab10e3f4ff8c655378d39b870e7cd1c6 Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Thu, 16 May 2019 22:05:31 +0800 Subject: [PATCH 2/2] PUB:20190502 Format Python however you like with Black.md @geekpi https://linux.cn/article-10864-1.html --- .../20190502 Format Python however you like with Black.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20190502 Format Python however you like with Black.md (98%) diff --git a/translated/tech/20190502 Format Python however you like with Black.md b/published/20190502 Format Python however you like with Black.md similarity index 98% rename from translated/tech/20190502 Format Python however you like with Black.md rename to published/20190502 Format Python however you like with Black.md index ee2ede215b..dd56785451 100644 --- a/translated/tech/20190502 Format Python however you like with Black.md +++ b/published/20190502 Format Python however you like with Black.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (geekpi) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-10864-1.html) [#]: subject: (Format Python however you like with Black) [#]: via: (https://opensource.com/article/19/5/python-black) [#]: author: (Moshe Zadka https://opensource.com/users/moshez/users/moshez/users/moshez)