compiler-warnings

Can I get PyCharm to suppress a particular warning on a single line?

Can I get PyCharm to suppress a particular warning on a single line? Question: PyCharm provides some helpful warnings on code style, conventions and logical gotchas. It also provides a notification if I try to commit code with warnings (or errors). Sometimes I consciously ignore these warnings for particular lines of code (for various reasons, …

Total answers: 3