Skip to content
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 lint errors in CI #119

Merged
merged 3 commits into from
Dec 10, 2024
Merged

Fix lint errors in CI #119

merged 3 commits into from
Dec 10, 2024

Conversation

caleb-johnson
Copy link
Collaborator

@caleb-johnson caleb-johnson commented Dec 10, 2024

  • Initialize this variable with the correct type (int) rather than initializing and then later casting to int

  • Resolve warning due to this "no-self-use" flag being useless by loading the check as a plugin

    • pyproject.toml:1:0: R0022: Useless option value for '--enable', 'no-self-use' was moved to an optional extension, see https://pylint.readthedocs.io/en/latest/whatsnew/2/2.14/summary.html#removed-checkers. (useless-option-value)

@caleb-johnson caleb-johnson merged commit 9a33611 into main Dec 10, 2024
10 checks passed
@caleb-johnson caleb-johnson deleted the fixlint branch December 10, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant