1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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