1 条评论 (1 条评论)0 个反应 (0 个反应)0 位负责人 (0 位负责人)Python909 个派生 (909 个派生)batch import
PR welcomegood first issue
仓库指标
- 星标
- 6,628 个星标 (6,628 个星标)
- PR 合并指标
- 平均合并 51天 7小时 (平均合并 51天 7小时)30 天内合并 16 个 PR (30 天内合并 16 个 PR)
描述
After #634, we can add a style check job in CI to complement https://pre-commit.ci and the pre-commit hooks we have, running on PRs.
贡献者指南
- 研究方向
- First, review issue #634 to understand the context and the existing pre commit hooks. Then, examine the current CI workflows in the .github/workflows/ directory to see the structure and naming patterns. Create a new workflow file that runs style checks (e.g., flake8 or black) on PRs, ensuring it complements the pre commit.ci integration. The workflow should be triggered on pull requests and should run the same checks as the pre commit hooks.
- 技术栈
- pythongithub actions
- 领域
- ci cddevops
- 议题类型
- 功能
- 前置要求
- Read issue #634GitHub Actions basicspre commit knowledge