Dismiss PyCharm code inspection warning for particular line of code

Viewed 5078

PyCharm's code inspection is a useful tool, but sometimes it gets things wrong. I know you can disable whole classes of warnings via settings, but what if you just want to dismiss a specific instance of a warning at a particular line?

1 Answers
Related