Add noqa support to SonarLint for Python (and consider it for other languages)

@Josh_Schneider, I forgot to mention that, as an additional workaround you can specify a #NOSONAR comment for the line where you want to mute issues:


Please note that with this workaround, you cannot specify a specific rule - all issues on that line will be mute.

And still, I would be interested to understand which approach you prefer between this one and those I described above, and why :wink: