We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3da15e commit 8c5ac80Copy full SHA for 8c5ac80
.github/workflows/type-checkers.yml
@@ -29,7 +29,10 @@ jobs:
29
30
- name: mypy
31
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
+ poetry run mypy fastembed \
33
+ --disallow-incomplete-defs \
34
+ --disallow-untyped-defs \
35
+ --disable-error-code=import-untyped
36
37
- name: pyright
38
0 commit comments