Explicitly exclude W504 (#38539)

pycodestyle 2.4 has changed the default for W504
This commit is contained in:
John R Barker
2018-04-10 20:07:57 +01:00
committed by GitHub
parent 0f9a66a32c
commit 38491fe93d

View File

@@ -1,5 +1,6 @@
E305
E402
W503
W504
E722
E741