-
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
Ruff: Add and fix B903 #11956
Ruff: Add and fix B903 #11956
Conversation
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.
Approved
@kiblik Mind resolving the merge conflicts? |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
DryRun Security SummaryA pull request modifies the Checkmarx CxFlow SAST parser file using Python's dataclass decorator and adds the 'B903' linting rule to the ruff configuration. Expand for full summaryThe PR updates the No security vulnerabilities found. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Add rule class-as-data-structure (B903) and fix it