Skip to content

Commit

Permalink
CI: add .pep8speakes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Jul 15, 2017
1 parent 5f2b96b commit 6cee09e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pep8speakes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# File : .pep8speaks.yml

scanner:
diff_only: True # If True, errors caused by only the patch are shown

pycodestyle:
max-line-length: 79
ignore: # Errors and warnings to ignore
- E731
- E402

0 comments on commit 6cee09e

Please sign in to comment.