Skip to content

Commit 8c5ac80

Browse files
committed
fix: fix mypy command
1 parent a3da15e commit 8c5ac80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/type-checkers.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
3030
- name: mypy
3131
run: |
32-
poetry run mypy fastembed --disallow-incomplete-defs --disallow-untyped-defs --ignore-missing-imports --disable-error-code=import-untyped --disable-error-code=attr-defined --exclude=tokenizer
32+
poetry run mypy fastembed \
33+
--disallow-incomplete-defs \
34+
--disallow-untyped-defs \
35+
--disable-error-code=import-untyped
3336
3437
- name: pyright
3538
run: |

0 commit comments

Comments
 (0)