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 crashed while running ruff format. The error message indicates a missing file or directory:
error: Ruff crashed. If you could open an issue at:
https://github.com/astral-sh/ruff/issues/new?title=%5BPanic%5D
...quoting the executed command, along with the relevant file contents and `pyproject.toml` settings, we'd be very appreciative!
thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.1/src/lib.rs:330:70:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Steps to Reproduce:
Run ruff format on the project.
Observe the crash.
Environment:
Python version: 3.11.5
OS: Ubuntu 24.04.1 LTS (WSL)
The text was updated successfully, but these errors were encountered:
The error message would suggest that the current working directory was deleted. Can you cd out of the current directory and cd into it again to verify that it still exists?
Ruff crashed while running
ruff format
. The error message indicates a missing file or directory:Steps to Reproduce:
ruff format
on the project.Environment:
The text was updated successfully, but these errors were encountered: