I found the documentation for pep8 but wasn't able to understand how to write these. I couldn't even find any examples with options other than setting max-line-length and ignore.
I am trying to write a .pep8.rc
file in which, among other things, I need to do the following:
- enable show source
- enable statistics
- enable count
- exclude a directory (say, for example
./random
)
Can somebody answer with an example or link to one?
pep8maxlinelength
(source) – Caricaria