We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4eebf commit d2d25f2Copy full SHA for d2d25f2
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Format check with black
32
run: poetry run black --check .
33
- name: Typecheck with mypy at Windows
34
- run: poetry run mypy -p baidupcs_py --ignore-missing-imports --warn-unreachable --implicit-optional --allow-redefinition --disable-error-code abstract --disable-error-code annotation-unchecked
+ run: poetry run mypy -p baidupcs_py --ignore-missing-imports --warn-unreachable --implicit-optional --allow-redefinition --disable-error-code abstract --disable-error-code attr-defined
35
if: matrix.os == 'windows-latest'
36
- name: Typecheck with mypy at Linux
37
run: poetry run mypy -p baidupcs_py --ignore-missing-imports --warn-unreachable --implicit-optional --allow-redefinition --disable-error-code abstract
0 commit comments