The best practice of E129: ``` if (row < 0 or module_count <= row or col < 0 or module_count <= col): raise Exception("%s,%s - %s" % (row, col, self.moduleCount)) ``` violates W504 `line break after binary operator`