Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exit gracefully on broken pipe errors (#13485)
## Summary Closes #13483. Closes #13442. ## Test Plan ``` ❯ cargo run analyze graph ../django | head -n 10 Compiling ruff v0.6.7 (/Users/crmarsh/workspace/ruff/crates/ruff) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s Running `target/debug/ruff analyze graph ../django` warning: `ruff analyze graph` is experimental and may change without warning { "/Users/crmarsh/workspace/django/django/__init__.py": [ "/Users/crmarsh/workspace/django/django/apps/__init__.py", "/Users/crmarsh/workspace/django/django/conf/__init__.py", "/Users/crmarsh/workspace/django/django/urls/__init__.py", "/Users/crmarsh/workspace/django/django/utils/log.py", "/Users/crmarsh/workspace/django/django/utils/version.py" ], "/Users/crmarsh/workspace/django/django/__main__.py": [ "/Users/crmarsh/workspace/django/django/core/management/__init__.py" ```
- Loading branch information