<div dir="ltr">So, I know that hacking has H301 (one import per line) - but say maybe you wanted to import *more* that one thing on a line (there's some exceptions right?  sqlalchemy migrations or something?)<div><br></div><div>Anyway - I'm sure there could be a pep8 plugin rule that enforces use of parenthesis for multi line imports instead backslash line breaks [1] - but would that be something that hacking would want to carry (since *most* of the time H301 would kick in first?) - or if not; is there a way to plug it into pep8 outside of hacking without having to install some random one-off extension for this one rule separately? <div><br></div><div>-Clay </div></div><div><br></div><div>1. <a href="https://www.python.org/dev/peps/pep-0328/#rationale-for-parentheses">https://www.python.org/dev/peps/pep-0328/#rationale-for-parentheses</a></div></div>