Skip to content

Commit 5d86241

Browse files
committed
Clear mypy cache
1 parent 039b914 commit 5d86241

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: uv run ruff check .
2929
- name: Run Ruff Format Check
3030
run: uv run ruff format --check .
31+
- name: Clear MyPy Cache
32+
run: rm -rf .mypy_cache
3133
- name: Run MyPy Type Checker
3234
run: uv run mypy src
3335
- name: Run Pyright (Pylance equivalent)

0 commit comments

Comments
 (0)