-
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
Rule: https://beta.ruff.rs/docs/rules/repeated-isinstance-calls/
The text of the error provides an example to correct it, you can use it to fix it automatically.
It is important to note that if the settings option target-version is set to a version higher than 3.9 - you can use the syntax: isinstance(x, int | float)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fixesRelated to suggested fixes for violationsRelated to suggested fixes for violations