We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbaded2 commit 7f8177bCopy full SHA for 7f8177b
.github/workflows/code-quality_ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Type Check with Mypy
30
run: |
31
- uv run mypy pcode_taint
+ uv run mypy .
32
33
- name: Test with pytest
34
0 commit comments