Naked Exception catches, like ``` try: foo() except Exception as e: print(str(e)) ``` Should be removed. These hide syntax errors and all sorts of failures.