Skip to content

Commit

Permalink
Adding pep8speaks config file
Browse files Browse the repository at this point in the history
  • Loading branch information
David Davis authored and daviddavis committed Jul 13, 2017
1 parent 046ce72 commit 7e90de7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pycodestyle:
max-line-length: 100 # Default is 79 in PEP8
ignore: # Errors and warnings to ignore
- E401 # multiple imports on one line
- W391 # blank line at the end of file (complains on empty __init__.py files)
exclude:
- "./docs/*"
- "*/build/*"
- "*/migrations/*"
- "server/*"
- "rel-eng/*"
- "bindings/*"
- "client_admin/*"
- "client_consumer/*"
- "client_lib/*"
- "devel/*"
- "oid_validation/*"
- "repoauth/*"

0 comments on commit 7e90de7

Please sign in to comment.