Skip to content

Commit e5ec2d5

Browse files
committed
fix: fix indentation for mypy
1 parent 8c5ac80 commit e5ec2d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/type-checkers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: mypy
3131
run: |
3232
poetry run mypy fastembed \
33-
--disallow-incomplete-defs \
34-
--disallow-untyped-defs \
35-
--disable-error-code=import-untyped
33+
--disallow-incomplete-defs \
34+
--disallow-untyped-defs \
35+
--disable-error-code=import-untyped
3636
3737
- name: pyright
3838
run: |

0 commit comments

Comments
 (0)