How to customize Python editor warnings?
Unsolved
Qt Creator and other tools
-
I'm finding Qt Creator to be a really nice IDE for Python. I wasn't expecting this, I mainly wanted it for QML designing. I like all the errors it flags for me as I'm writing code.
However, my code style deviates slightly from canonic python, so there are a couple warnings I'd like to turn off. Is there a way to do this? I've poked around and not found it, in fact, I'm not really even sure what component generates these warnings.
Thanks in advance for any help!