/ .pep8
.pep8
1  [pep8]
2  # E265 block comment should start with '# '
3  # E501 line too long (X > 79 characters)
4  ignore = E265,E501