mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-25 03:22:52 +00:00

## Summary Open cache files in parallel (again), brings the performance back to be roughly equal to the old implementation. ## Test Plan Existing tests should keep working.
4 lines
77 B
Python
4 lines
77 B
Python
# NOTE: sync with cache::invalidation test
|
|
a = 1
|
|
|
|
__all__ = list(["a", "b"])
|