Skip to content

Commit cf76569

Browse files
committed
Change mypy options
1 parent 775bcde commit cf76569

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@ jobs:
3131
- name: Format check with black
3232
run: poetry run black --check .
3333
- name: Typecheck with mypy
34-
run: poetry run mypy -p baidupcs_py \
35-
--ignore-missing-imports \
36-
--warn-unreachable \
37-
--implicit-optional \
38-
--allow-redefinition \
39-
--disable-error-code abstract
34+
run: poetry run mypy -p baidupcs_py --ignore-missing-imports --warn-unreachable --implicit-optional --allow-redefinition --disable-error-code abstract
4035
- name: Test with pytest
4136
run: |
4237
poetry run python build.py build_ext --inplace

0 commit comments

Comments
 (0)