3 # H301: one import per line
5 # H306: imports not in alphabetical order (time, os)
7 # E226: missing whitespace around arithmetic operator
9 # E261 at least two spaces before inline comment
11 # W504 line break after binary operator
13 # E203 whitespace before ':'
15 # E221 multiple spaces before operator