We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775bcde commit cf76569Copy full SHA for cf76569
1 file changed
.github/workflows/main.yml
@@ -31,12 +31,7 @@ jobs:
31
- name: Format check with black
32
run: poetry run black --check .
33
- 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
+ run: poetry run mypy -p baidupcs_py --ignore-missing-imports --warn-unreachable --implicit-optional --allow-redefinition --disable-error-code abstract
40
- name: Test with pytest
41
run: |
42
poetry run python build.py build_ext --inplace
0 commit comments