From: Bob Halley Date: Sat, 27 Jun 2020 22:33:32 +0000 (-0700) Subject: prefer emacs continuation lines in another case X-Git-Tag: v2.0.0rc2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4212804d34bbc6755c167e23ac6e765c97fb82c6;p=thirdparty%2Fdnspython.git prefer emacs continuation lines in another case --- diff --git a/.flake8 b/.flake8 index 0b0e1d5d..57d7f6c8 100644 --- a/.flake8 +++ b/.flake8 @@ -2,6 +2,7 @@ ignore = # Prefer emacs indentation of continued lines E126, + E127, E129, # Whitespace round parameter '=' can be excessive E252,