Skip to content

Commit 13577e6

Browse files
keflavichbsipocz
authored andcommitted
typo in comment
1 parent 01424d5 commit 13577e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pep8speaks.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ pycodestyle:
55
- E741 # l and b are valid variable names for the galactic frame
66
- E226 # Don't force "missing whitespace around arithmetic operator"
77
- E402 # .conf has to be set in the __init__.py modules imports
8-
- W504 # we need to have line breaks after binary operators,
9-
# lines become unreadable otherwise
8+
- W504 # we've been perpetually annoyed by W504 "line break after binary operator", since there's often no real alternative
109

1110
exclude:
1211
- ez_setup.py

0 commit comments

Comments
 (0)