For examples:
transformed = self._transform(pattern_object)
self.patterns[channel].append(transformered)
'transformered' is a wrong spelling of 'transformed'. But my PyCharm doesn't highlight it in red flag and only reports it when I run the program. It used to display the error immediately. Is there some setting to control this? I didn't change anything, or I accidentally changed some settings I am not aware of.