Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid panic when analyze graph hits broken pipe (#13484)
## Summary I think we should also make the change that @BurntSushi recommended in the linked issue, but this gets rid of the panic. See: #13483 See: #13442 ## Test Plan ``` 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" ruff failed Cause: Broken pipe (os error 32) ```
- Loading branch information