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
ruff test.py --select I --isolated
test.py:1:1: I001 Import block is un-sorted or un-formatted
Found 1 error.
1 potentially fixable with the --fix option.
ruff --version
ruff 0.0.239
Ruff reports an error with the following code even though the imports were sorted with
isort
.The order that ruff expects instead is:
The text was updated successfully, but these errors were encountered: