Skip to content

Commit d2d25f2

Browse files
committed
Disable attr-defined at windows
1 parent bf4eebf commit d2d25f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Format check with black
3232
run: poetry run black --check .
3333
- 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
34+
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
3535
if: matrix.os == 'windows-latest'
3636
- name: Typecheck with mypy at Linux
3737
run: poetry run mypy -p baidupcs_py --ignore-missing-imports --warn-unreachable --implicit-optional --allow-redefinition --disable-error-code abstract

0 commit comments

Comments
 (0)