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
Yesterday ruff 0.1.2 was released.
With this new version, the following test fails:
E AssertionError: assert 'Found 13 err...ed but unused' == 'Found 13 err...ed but unused'
E Found 13 errors.
E - [*] 10 potentially fixable with the --fix option.
E ? ------------
E + [*] 10 fixable with the `--fix` option.
E ? + +
E tests/data/notebook_for_testing.ipynb:cell_1:1:8: F401 [*] `os` imported but unused
E tests/data/notebook_for_testing.ipynb:cell_1:3:8: F401 [*] `glob` imported but unused...
E
E ...Full output truncated (11 lines hidden), use '-vv' to show
tests/tools/test_ruff_works.py:72: AssertionError
The text was updated successfully, but these errors were encountered:
Yesterday ruff 0.1.2 was released.
With this new version, the following test fails:
The text was updated successfully, but these errors were encountered: