ruff/crates/ruff_cli/resources/test/fixtures/cache_mutable/source.py
Thomas de Zeeuw 17f1ecd56e
Open cache files in parallel (#5120)
## 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.
2023-06-20 17:43:09 +02:00

4 lines
77 B
Python

# NOTE: sync with cache::invalidation test
a = 1
__all__ = list(["a", "b"])