]> git.proxmox.com Git - mirror_ovs.git/commit - Makefile.am
python: Disable flake8 warning W504 "line break after binary operator".
authorBen Pfaff <blp@ovn.org>
Thu, 10 Jan 2019 23:23:46 +0000 (15:23 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 11 Jan 2019 16:45:07 +0000 (08:45 -0800)
commit75640c76656f286593a334f76119d7320377fdc6
treeba225fdab14c1a4c0eb7b57fe9a410ec0bbd6ddb
parent145a7e88bbc71b65f4c5015436c9f086a19b5a4a
python: Disable flake8 warning W504 "line break after binary operator".

OVS Python uses this style all over and I don't see a reason to avoid it.

Acked-by: Numan Siddique <nusiddiq@redhat.com>
Tested-by: Numan Siddique <nusiddiq@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Makefile.am