Skip to content

Commit f62bd6f

Browse files
committed
.github: exclude dput.py from mypy
1 parent 491f535 commit f62bd6f

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)