Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich authored and bsipocz committed Jan 25, 2019
1 parent 01424d5 commit 13577e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ pycodestyle:
- E741 # l and b are valid variable names for the galactic frame
- E226 # Don't force "missing whitespace around arithmetic operator"
- E402 # .conf has to be set in the __init__.py modules imports
- W504 # we need to have line breaks after binary operators,
# lines become unreadable otherwise
- W504 # we've been perpetually annoyed by W504 "line break after binary operator", since there's often no real alternative

exclude:
- ez_setup.py
Expand Down

0 comments on commit 13577e6

Please sign in to comment.