Skip to content

Commit

Permalink
Suppress import-untyped errors in mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Jan 14, 2025
1 parent 31fe6af commit 2b377af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Run mypy
run: |
mypy .
mypy --disable-error-code=import-untyped .
- name: Run ruff
run: |
Expand Down

0 comments on commit 2b377af

Please sign in to comment.