Skip to content

Commit 5a7cb06

Browse files
committed
Add more cache
1 parent 5d86241 commit 5a7cb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run Ruff Format Check
3030
run: uv run ruff format --check .
3131
- name: Clear MyPy Cache
32-
run: rm -rf .mypy_cache
32+
run: rm -rf .mypy_cache **/__pycache__
3333
- name: Run MyPy Type Checker
3434
run: uv run mypy src
3535
- name: Run Pyright (Pylance equivalent)

0 commit comments

Comments
 (0)