Skip to content

Commit daaeede

Browse files
committed
.github: exclude dput.py from mypy
mypy complains about the import missing, and the version of dput on pypi is ancient. Just skip this file during CI runs for the time being.
1 parent 8f203ee commit daaeede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: poetry install
3737
run: poetry install
3838
- name: pytest
39-
run: poetry run mypy --check-untyped-defs .
39+
run: poetry run mypy --check-untyped-defs . --exclude ubuntu_lint/dput.py
4040
test:
4141
runs-on: ubuntu-latest
4242
steps:

0 commit comments

Comments
 (0)