We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01424d5 commit 13577e6Copy full SHA for 13577e6
.pep8speaks.yml
@@ -5,8 +5,7 @@ pycodestyle:
5
- E741 # l and b are valid variable names for the galactic frame
6
- E226 # Don't force "missing whitespace around arithmetic operator"
7
- 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
+ - W504 # we've been perpetually annoyed by W504 "line break after binary operator", since there's often no real alternative
10
11
exclude:
12
- ez_setup.py
0 commit comments