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
それらは単なる同義語ですか?
disable-msgは、pylint0.21.0で非推奨になりました。古いバージョンをサポートする必要がなくなった場合は、単に「無効」に更新してください。