Skip to content

Commit

Permalink
TSTENH: Add W503 to pep8speaks ignore. (#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
kne42 authored and JDWarner committed Sep 30, 2017
1 parent 8c79a2c commit bc725d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pep8speaks.yml
Expand Up @@ -5,6 +5,7 @@ pycodestyle:
ignore: # Errors and warnings to ignore
- W391 # blank line at the end of file
- E203 # whitespace before ,;:
- W503 # newline before binary operator

no_blank_comment: True # If True, no comment is made when the bot does not find any pep8 errors

0 comments on commit bc725d7

Please sign in to comment.