We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa2722 commit 48f0675Copy full SHA for 48f0675
1 file changed
.github/workflows/ci.yml
@@ -22,9 +22,6 @@ jobs:
22
with:
23
python-version: ${{ matrix.python-version }}
24
25
- - name: Clear pre-commit cache
26
- run: pre-commit clean
27
-
28
- name: Install UV
29
run: |
30
python -m pip install --upgrade pip
@@ -37,6 +34,9 @@ jobs:
37
34
uses: pre-commit/action@v3.0.0
38
35
39
36
extra_args: --all-files
+
+ - name: Clear pre-commit cache
+ run: pre-commit clean
40
41
- name: Run type checking
42
run: uv run mypy src/
0 commit comments