-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix pylint errors #5933
Fix pylint errors #5933
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Backport to stable-4: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply b1d9507 on top of patchback/backports/stable-4/b1d9507cd2986cc2f3e9d918a56477ef2eba3d1f/pr-5933 Backporting merged PR #5933 into main
🤖 @patchback |
Backport to stable-5: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply b1d9507 on top of patchback/backports/stable-5/b1d9507cd2986cc2f3e9d918a56477ef2eba3d1f/pr-5933 Backporting merged PR #5933 into main
🤖 @patchback |
@kristianheljas @mariolenz thanks a lot for reviewing this! |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #5937 🤖 @patchback |
* Fix pylint errors. * Also adjust to ansible/ansible#79909. (cherry picked from commit b1d9507)
* Fix pylint errors. * Also adjust to ansible/ansible#79909. (cherry picked from commit b1d9507)
* Fix pylint errors. * Also adjust to ansible/ansible#79909. (cherry picked from commit b1d9507)
@kristianheljas @mariolenz thanks a lot! |
Fix pylint errors (#5933) * Fix pylint errors. * Also adjust to ansible/ansible#79909. (cherry picked from commit b1d9507) Co-authored-by: Felix Fontein <felix@fontein.de>
Fix pylint errors (#5933) * Fix pylint errors. * Also adjust to ansible/ansible#79909. (cherry picked from commit b1d9507)
Fix pylint errors (#5933) * Fix pylint errors. * Also adjust to ansible/ansible#79909. (cherry picked from commit b1d9507)
SUMMARY
ansible-core devel's ansible-test is using a newer pylint, which makes CI fail. This fixes the problems it exposes.
ISSUE TYPE
COMPONENT NAME
CI