1 件のコメント (1 件のコメント)0 件のリアクション (0 件のリアクション)0 人の担当者 (0 人の担当者)Python909 件のフォーク (909 件のフォーク)batch import
PR welcomegood first issue
Repository metrics
- Stars
- 6,628 個のスター (6,628 個のスター)
- PR merge metrics
- 平均マージ 51d 7h (平均マージ 51d 7h)30d で 16 merged PRs (30d で 16 merged PRs)
説明
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
- Issue 種別
- 機能
- 前提条件
- Read issue #634GitHub Actions basicspre commit knowledge