bazel-contrib / bazel-contrib/rules_python
Consolidate where dev-only tools and things live
未关闭
- 主要语言
- Starlark
- 星标
- 688
- 派生
- 721
- 平均合并
- 15 小时 7 分钟
- 30 天内合并 PR
- 76
描述
Currently, we have 3 places where dev-only tools and utilities live:
* private/ -- a multirun target to update requirements
* dev/ -- pyproject.toml, requirements, and uv lock
* tools/private/ -- various tools for dev-only purposes
I propose moving everything under dev. The rationale is that "private" is ambiguous -- do we mean "implementation detail" or "dev only" ?
@aignas thoughts?
贡献指南
调研方向
先盘点 private/、dev/ 和 tools/private/,包括 issue 中提到的 pyproject.toml、requirements、uv lock 和 multirun target。与维护者确认提议的布局;完成意味着仅供 dev 使用的工具和实用程序已整合到 dev 下,并且不再需要含义不明确的 private 位置。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- tooling
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100