Skip to content

Commit 4fa1d19

Browse files
Remove pre-commit job from workflow
The pre-commit checks are now handled by pre-commit.ci, so the dedicated workflow job is no longer needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4ba2216 commit 4fa1d19

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,3 @@ jobs:
2424
run: python -m pip install --upgrade pip hatch hatch-vcs
2525
- name: Run tests
2626
run: hatch run +py=${{ matrix.python }} test:default --color=yes
27-
28-
pre-commit:
29-
runs-on: ubuntu-latest
30-
steps:
31-
- uses: actions/checkout@v4
32-
- uses: actions/setup-python@v5
33-
with:
34-
python-version: 3.x
35-
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)