Skip to content

Commit 48f0675

Browse files
committed
...
1 parent 5fa2722 commit 48f0675

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

25-
- name: Clear pre-commit cache
26-
run: pre-commit clean
27-
2825
- name: Install UV
2926
run: |
3027
python -m pip install --upgrade pip
@@ -37,6 +34,9 @@ jobs:
3734
uses: pre-commit/action@v3.0.0
3835
with:
3936
extra_args: --all-files
37+
38+
- name: Clear pre-commit cache
39+
run: pre-commit clean
4040

4141
- name: Run type checking
4242
run: uv run mypy src/

0 commit comments

Comments
 (0)