ansible-test - Enable unused-import pylint rule (#79912)

This was previously enabled for core. This change enables it for collections.
pull/79991/head
Matt Clay 1 year ago committed by GitHub
parent 10bc8af5a2
commit 43487c6581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Enable the ``unused-import`` rule for the ``pylint`` sanity test for collections.

@ -109,7 +109,6 @@ disable=
unsupported-delete-operation,
unsupported-membership-test,
unused-argument,
unused-import,
unused-variable,
unspecified-encoding, # always run with UTF-8 encoding enforced
use-dict-literal, # ignoring as a common style issue

Loading…
Cancel
Save