We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039b914 commit 5d86241Copy full SHA for 5d86241
.github/workflows/linter.yaml
@@ -28,6 +28,8 @@ jobs:
28
run: uv run ruff check .
29
- name: Run Ruff Format Check
30
run: uv run ruff format --check .
31
+ - name: Clear MyPy Cache
32
+ run: rm -rf .mypy_cache
33
- name: Run MyPy Type Checker
34
run: uv run mypy src
35
- name: Run Pyright (Pylance equivalent)
0 commit comments