Skip to content

Commit 148f10a

Browse files
abhizipstackclaude
andcommitted
fix: remove pre-commit step — handled by pre-commit.ci now
pre-commit.ci runs on all PRs automatically. No need to duplicate in the test workflow. Also pre-commit isn't in backend uv deps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 988a501 commit 148f10a

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/core-backend-tests.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,7 @@ jobs:
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

39-
- name: Cache pre-commit hooks
40-
uses: actions/cache@v4
41-
if: github.ref != 'refs/heads/main'
42-
with:
43-
path: ~/.cache/pre-commit
44-
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
45-
46-
- name: Check pre-commit
47-
if: github.ref != 'refs/heads/main'
48-
working-directory: .
49-
run: uv run --directory backend pre-commit run --all-files
39+
# pre-commit checks handled by pre-commit.ci
5040

5141
- name: Run tests
5242
run: |

0 commit comments

Comments
 (0)