-
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 PLW0604 #11773
base: dev
Are you sure you want to change the base?
Ruff: Add and fix PLW0604 #11773
Conversation
DryRun Security SummaryThe PR updates Ruff's linting configuration with security-focused rules and modifies the test framework's caching mechanism, addressing potential security considerations around cache persistence and sensitive data handling. Expand for full summaryPR updates Ruff linting configuration and refactors test framework caching mechanism. Security findings:
Code AnalysisWe ran |
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. |
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. |
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. |
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. |
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
By using memoization, ugly
global
can be removed and fix global-at-module-level (PLW0604)