diff options
author | David Pursehouse <dpursehouse@collab.net> | 2020-02-12 16:00:07 +0900 |
---|---|---|
committer | David Pursehouse <dpursehouse@collab.net> | 2020-02-12 07:29:25 +0000 |
commit | 77479863da2871fb8ae6e3cf521cd7ca73f46f42 (patch) | |
tree | b0f38aadb8a750b0b9bb658b28a9d0d9c94f0e6d /subcmds/stage.py | |
parent | 16a5c3ac51a5967669d0341d2ae58b1362d7469f (diff) | |
download | git-repo-77479863da2871fb8ae6e3cf521cd7ca73f46f42.tar.gz |
flake8: Ignore 'line break before/after binary operator'
- W503 line break before binary operator
- W504 line break after binary operator
There doesn't seem to be a nice way of fixing all of these without
replacing W503 with W504 or vice-versa, or unwrapping them resulting
in excessively long lines. Let's just suppress them.
Change-Id: I7846d0124054f58e1cb480d4459cd9c86b737a50
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/254608
Reviewed-by: Mike Frysinger <vapier@google.com>
Tested-by: David Pursehouse <dpursehouse@collab.net>
Diffstat (limited to 'subcmds/stage.py')
0 files changed, 0 insertions, 0 deletions