We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473176a commit f9153d5Copy full SHA for f9153d5
.github/workflows/style.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Run Mypy Type Checks
55
if: steps.changed-files.outputs.any_changed == 'true'
56
- run: uv --directory api add zuban && uv --directory api run zmypy --exclude 'tests/' --exclude 'migrations/' --check-untyped-defs --disable-error-code=import-untyped .
+ run: uv --directory api add zuban && uv --directory api run zmypy --exclude '.venv/' --exclude 'tests/' --exclude 'migrations/' --check-untyped-defs --disable-error-code=import-untyped .
57
58
- name: Dotenv check
59
0 commit comments