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

chore: add suggestion mode to pylint settings, and silence the “too many try statements” checker #890

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

jenstroeger
Copy link
Contributor

@jenstroeger jenstroeger commented Oct 1, 2024

This change is part of issue #876 and prepares the pyproject.toml file for the optional plugins. I also sorted the existing disabled checkers alphabetically, and enabled the suggestion mode.1

If we can merge this first then other lint fixes can just add their respective plugins with a one-line change.

Footnotes

  1. Huh, as of pylint v4 it defaults to True anyway, so perhaps that setting will become redundant anyway.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 1, 2024
…any try statements” checker

Signed-off-by: Jens Troeger <[email protected]>
@behnazh-w behnazh-w merged commit 94504d4 into oracle:staging Oct 2, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants