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
In Jupyter notebook I'm getting the hint "Undefined name time - Ruff(F821)" when I'm specifically using a variable with the name "time" and reference it in another cell.
I believe this is the same as astral-sh/ruff#8526 -- we have trouble distinguishing variables from magic commands of the same name. Merging into that issue...
In Jupyter notebook I'm getting the hint "Undefined name
time
- Ruff(F821)" when I'm specifically using a variable with the name "time" and reference it in another cell.Minimal example to reproduce:
First cell
(this is not marked)
Second cell
(here "time" is marked)
relevant settings:
VS Code 1.85.1
Ruff v2023.60.0
The text was updated successfully, but these errors were encountered: