Skip to content

Conversation

@samay2504
Copy link

fixes #2072

Proposed Fix

Remove the f prefix since no interpolation is needed:

for file_path in base_path.glob("**/**/*.json"):

Detection Method

Found using ruff check . --select=F541 which reported f-strings without placeholders in the codebase.

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.

fix: Remove unnecessary f-string prefix in vulnrichment.py

1 participant