https://community.sonarsource.com/t/how-to-temporarily-turn-off-a-rule/4135/3
You can add a #NOSONAR comment in your code or, if you use SonarLint with SonarQube or SonarCloud, you can mark the issue as “Won’t Fix” and connect your SobarLint to SonarQube and SonarCloud.
Rule S107 raises many issues on well known python projects. In this case it would even raise on AWS boto. In python it is common for functions/methods to have many parameters, but most of them are optional.