E0107 nonexistent-operator

Message

'Use of the non-existent %s operator'

Description

Used when you attempt to use the C-style pre-increment or pre-decrement operator – and ++, which doesn’t exist in Python.