Skip to content

Commit f9153d5

Browse files
venv
1 parent 473176a commit f9153d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Run Mypy Type Checks
5555
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 .
56+
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 .
5757

5858
- name: Dotenv check
5959
if: steps.changed-files.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)