good first issueneeds investigation
Repository metrics
- Stars
- (4,451 stars)
- PR merge metrics
- (平均マージ 71d 21h) (30d で 10 merged PRs)
説明
This may be more general issue, but how would we define that we want the venv to have --system-site-packages passed? For hatch frontend, maybe the closest would be to add
[tool.hatch.envs.default]
system-site-packages = true
and similarly for each frontend? Would adding that be accounted for in hatch run?