Suppress warning for both pycharm and pylint
I use PyCharm to write code and I also have CI server configured to run PyLint on every PR. The problem is PyCharm and PyLint use different comments for warning suppression: # noinspection PyMethodMayBeStatic # pylint: disable=no-self-use I don't like having two comments for both PyCharm and PyLint. Is there a way to configure PyLint to understand PyCharm comments or to configure PyCharm to understand PyLint comments? Is there a way to configure PyLint to understand PyCharm comments or to configure PyCharm to understand PyLint comments? No. At least not currently that i am aware of. You could