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 5d86241 commit 5a7cb06Copy full SHA for 5a7cb06
.github/workflows/linter.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run Ruff Format Check
30
run: uv run ruff format --check .
31
- name: Clear MyPy Cache
32
- run: rm -rf .mypy_cache
+ run: rm -rf .mypy_cache **/__pycache__
33
- name: Run MyPy Type Checker
34
run: uv run mypy src
35
- name: Run Pyright (Pylance equivalent)
0 commit comments