quaint-telephone-89068
11/10/2022, 11:30 PMtree ~/.cache/pants/named_caches/mypy_cache/
# /Users/huon/.cache/pants/named_caches/mypy_cache/
# ├── 3.7
# │ └── cache.db
# ├── 3.8
# │ └── cache.db
# └── 3.9
# └── cache.db
#
# 3 directories, 3 files
# a sample of 30 random paths:
sqlite3 ~/.cache/pants/named_caches/mypy_cache/3.9/cache.db 'SELECT path FROM files ORDER BY random() LIMIT 30'
The sample of the paths includes things like pants/backend/codegen/export_codegen_goal.data.json (from the pants repo), tabulate/__init__.meta.json (from a dependency), and paths from our internal repo source roots.
Pants version
2.14
OS
macOS
Additional info
N/A
pantsbuild/pants