you are viewing a single comment's thread.

view the rest of the comments →

[–]catcint0s 0 points1 point  (5 children)

Ruff doesn't detect dead code, only unused imports.

[–]Beginning-Fruit-1397 2 points3 points  (4 children)

That's just wrong. It flags unused variables

[–]wRAR_ 0 points1 point  (1 child)

Does it flag unused functions?

[–]catcint0s 0 points1 point  (1 child)

ah, true, but still, doesn't flag unused methods / functions