From 96efaa3ff386a1db4e6f4ba813bad392dfaa6d25 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 10 Apr 2018 21:01:26 +0100 Subject: [PATCH] Explicitly exclude W504 (#38539) (#38550) pycodestyle 2.4 has changed the default for W504 (cherry picked from commit 38491fe93d8dc7309de2fa63c27ef106a49465c5) --- test/sanity/pep8/current-ignore.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sanity/pep8/current-ignore.txt b/test/sanity/pep8/current-ignore.txt index cfdd3049dca..156cecce032 100644 --- a/test/sanity/pep8/current-ignore.txt +++ b/test/sanity/pep8/current-ignore.txt @@ -1,5 +1,6 @@ E305 E402 W503 +W504 E722 E741