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
Currently, we only use codes E and F, which are nice but very limited. But ruff includes a bazillion other rules, many of which are interesting, at least for some parts of the code.
Running ruff check --select ALL . will show all issues. ruff check --select ALL --statistics . will show how many issues of each type there are
The text was updated successfully, but these errors were encountered:
Currently, we only use codes E and F, which are nice but very limited. But ruff includes a bazillion other rules, many of which are interesting, at least for some parts of the code.
Running
ruff check --select ALL .
will show all issues.ruff check --select ALL --statistics .
will show how many issues of each type there areThe text was updated successfully, but these errors were encountered: