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
$ python --versionPython 3.8.15
$ ruff --versionruff 0.0.265
$ cat demo.pyfrom typing import NewTypedef func(): name = 'x' NT = NewType(name, int) return NT
$ ruff demo.pydemo.py:5:5: F841 [*] Local variable `name` is assigned to but never used
No pyproject.toml or ruff.toml
The text was updated successfully, but these errors were encountered:
No
pyproject.toml
orruff.toml
The text was updated successfully, but these errors were encountered: