mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 20:00:58 +00:00
Explicitly exclude W504 (#38539)
pycodestyle 2.4 has changed the default for W504
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
E305
|
||||
E402
|
||||
W503
|
||||
W504
|
||||
E722
|
||||
E741
|
||||
|
||||
Reference in New Issue
Block a user