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

Disable too-many-positional-arguments in pylintrc #1353

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

parthosa
Copy link
Collaborator

Fixes #1352. This PR disables too-many-positional-arguments in pylintrc. This is needed as pylint=3.3.0 introduced this check and many sections in our python code are failing this check.

@parthosa parthosa added bug Something isn't working user_tools Scope the wrapper module running CSP, QualX, and reports (python) labels Sep 20, 2024
@parthosa parthosa self-assigned this Sep 20, 2024
@parthosa parthosa marked this pull request as ready for review September 20, 2024 18:25
Copy link
Collaborator

@amahussein amahussein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @parthosa
LGTME

@amahussein amahussein merged commit 92911a4 into NVIDIA:dev Sep 20, 2024
15 checks passed
@parthosa parthosa deleted the spark-rapids-tools-1352 branch September 20, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working user_tools Scope the wrapper module running CSP, QualX, and reports (python)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Python code fails with latest version of pylint = 3.3.0
2 participants