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
Run this command: ruff check --unsafe-fixes --fix
Result:
$ ruff check --unsafe-fixes --fixerror: Failed to converge after 100 iterations.This indicates a bug in Ruff. If you could open an issue at: https://github.com/astral-sh/ruff/issues/new?title=%5BInfinite%20loop%5D...quoting the contents of `package/__init__.py`, the rule codes F401, along with the `pyproject.toml` settings and executed command, we'd be very appreciative!package/__init__.py:1:28: F401 `package.module.function` imported but unused; consider removing, adding to `__all__`, or using a redundant alias |1 | from package.module import function | ^^^^^^^^ F401 | = help: Use an explicit re-export: `function as function`Found 101 errors (100 fixed, 1 remaining).[*] 1 fixable with the --fix option.