pylint sanity test: stop ignoring 'used-before-assignment' (#73639)

* Remove pylint ignore 'used-before-assignment'.

* Adjust changelog fragment.
This commit is contained in:
Felix Fontein 2021-02-18 21:36:28 +01:00 committed by GitHub
parent 89ed2353e0
commit b6566d26df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "ansible-test pylint sanity test - stop ignoring ``used-before-assignment`` errors (https://github.com/ansible/ansible/pull/73639)."

View file

@ -111,7 +111,6 @@ disable=
unused-argument,
unused-import,
unused-variable,
used-before-assignment,
useless-object-inheritance,
useless-return,
useless-super-delegation,

View file

@ -111,7 +111,6 @@ disable=
unused-argument,
unused-import,
unused-variable,
used-before-assignment,
useless-object-inheritance,
useless-return,
useless-super-delegation,