Skip to content

Commit 2b377af

Browse files
committed
Suppress import-untyped errors in mypy
1 parent 31fe6af commit 2b377af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Run mypy
5252
run: |
53-
mypy .
53+
mypy --disable-error-code=import-untyped .
5454
5555
- name: Run ruff
5656
run: |

0 commit comments

Comments
 (0)