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 standard ruff specification only asks for the pyright linter. It turns out Pyflakes, code 'F', is the linter that catches unused imports. There may be others, but right now the list to add is just:
The standard ruff specification only asks for the pyright linter. It turns out Pyflakes, code 'F', is the linter that catches unused imports. There may be others, but right now the list to add is just: