flake8 · flake8/E265
E265
Block Comment Should Start With '# '
A block comment (on its own line) does not start with '# '. Shebangs (#!) and coding declarations are exempt.
A block comment (on its own line) does not start with '# '. Shebangs (#!) and coding declarations are exempt.