``` #: does not raise E265 a = print #: neither raises E265 ``` Flake8 version `3.15.1` ``` pycodestyle --version 2.6.0 ```
Activity
asottile commentedon Jun 30, 2020
this is intentional,
#:
comments are used for sphinx documentationpycodestyle/pycodestyle.py
Line 1066 in 6a56d22