Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到一些代码
# pylint: disable=W0123
有些有
# pylint: disable-msg=W0123
它们只是同义词吗?
从 pylint 0.21.0 开始不推荐使用 disable-msg。当不再需要支持旧版本时,将其更新为“禁用”。