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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: