79339998

Date: 2025-01-08 16:24:15
Score: 0.5
Natty:
Report link

I had the same "problem" and for me the suggested "ruff.lint.args" setting did not work. It seems that it has to do with formatting, so I added the following to my VSCode settings and it did the trick:

"ruff.format.args": [
  "--unfixable F401"
]

edit: typo

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mfeyx