From 38491fe93d8dc7309de2fa63c27ef106a49465c5 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 10 Apr 2018 20:07:57 +0100 Subject: [PATCH] Explicitly exclude W504 (#38539) pycodestyle 2.4 has changed the default for W504 --- 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