From 401876eb1aae5ba9f03cc23f848099b61bae499e Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Sun, 16 Oct 2022 09:43:43 +0800 Subject: [PATCH] R --- published/20220919 PyLint- The good, the bad, and the ugly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20220919 PyLint- The good, the bad, and the ugly.md b/published/20220919 PyLint- The good, the bad, and the ugly.md index ae50303ded..0320ece742 100644 --- a/published/20220919 PyLint- The good, the bad, and the ugly.md +++ b/published/20220919 PyLint- The good, the bad, and the ugly.md @@ -14,7 +14,7 @@ PyLint 的优点、缺点和危险 > 充分利用 PyLint。 -热议:PyLint 实际上很好! +敲黑板:PyLint 实际上很好! “PyLint 可以拯救你的生命”,这是一句夸张的描述,但没有你想象的那么夸张。PyLint 可以让你远离非常难找到的和复杂的缺陷。最差的情况下,它只可以节省测试运行的时间。最好的情况下,它可以帮你避免生产环境中复杂的错误。