-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
fixesRelated to suggested fixes for violationsRelated to suggested fixes for violations
Description
Hello hello 👋🏻
When running ruff --fix test.py (Ruff v0.0.255) for the following test file:
from typing import List
class A:
myList: List[str]
quotedList: "List[str]"it will fix the first (non-quoted) variant, but still only report the second (quoted) variant. Unsure if this is a bug or expected behavior, but I thought I would report it anyways 🙂
Keep up the awesome work 🎉
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fixesRelated to suggested fixes for violationsRelated to suggested fixes for violations