langchain
8f2d321d - Cache .mypy_cache across lint runs. (#9405)

Commit
2 years ago
Cache .mypy_cache across lint runs. (#9405) Preserve the `.mypy_cache` directory across lint runs, to avoid having to re-parse all dependencies and their type information. Approximately a 1min perf win for CI. Before: ![image](https://github.com/langchain-ai/langchain/assets/2348618/6524f2a9-efc0-4588-a94c-69914b98b382) After: ![image](https://github.com/langchain-ai/langchain/assets/2348618/dd0af954-4dc9-43d3-8544-25846616d41d)
Author
Parents
Loading