You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pylint version 3.3.0, which was just released (Sep 20, 2024), apparently added checks that our code does not currently pass. As a temporary measure I've pinned pylint in the workflow to version 3.2.7. We should update the workflow to the latest version and either refactor our code to pass the checks or configure more exceptions in the workflow.
💡 Summary
Correct the following lint errors:
Motivation and context
pylint version 3.3.0, which was just released (Sep 20, 2024), apparently added checks that our code does not currently pass. As a temporary measure I've pinned pylint in the workflow to version 3.2.7. We should update the workflow to the latest version and either refactor our code to pass the checks or configure more exceptions in the workflow.
Implementation notes
pylint version pinned here:
ScubaGoggles/.github/workflows/pylint.yml
Line 34 in c8d0c93
Acceptance criteria
The text was updated successfully, but these errors were encountered: