Disable all `pylint` 'Convention' messages

前端 未结 1 1577
北荒
北荒 2021-02-12 15:12

Background

I find pylint useful, but I also find it is horrifically undocumented, has painfully verbose output, and lacks an intuitive interface.

相关标签:
1条回答
  • 2021-02-12 16:08

    If I'm not mistaken, you should be able to use --disable-msg-cat=C (can't remember whether it's uppercase or lowercase or both) to accomplish this.

    UPDATE: In later versions of pylint, you should use --disable=C

    0 讨论(0)
提交回复
热议问题