You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ruff check --isolated --ignore PLC1901,PLR0904 # version 0.0.290
outputs
warning: Selection of nursery rule `PLC1901` without the `--preview` flag is deprecated.
warning: Selection `PLR0904` has no effect because the `--preview` flag was not included.
I think these warnings are rather irrelevant - they basically confirm what the users wants to do anyway, which is not select these rules.