hbmartin commited on
Commit
9d481ad
·
1 Parent(s): 92758c1

allow line breaks before binary operator

Browse files
Files changed (1) hide show
  1. .flake8 +1 -1
.flake8 CHANGED
@@ -1,3 +1,3 @@
1
  [flake8]
2
- ignore = E231,E203,W605
3
  max-line-length = 88
 
1
  [flake8]
2
+ ignore = E231,E203,W605,W503
3
  max-line-length = 88