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 可以让你远离非常难找到的和复杂的缺陷。最差的情况下,它只可以节省测试运行的时间。最好的情况下,它可以帮你避免生产环境中复杂的错误。