We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe1a28 commit 6752d4eCopy full SHA for 6752d4e
.github/workflows/python-package.yml
@@ -42,6 +42,7 @@ jobs:
42
python -m pip install --upgrade pip
43
python -m pip install poetry
44
poetry install -E dnssec -E doh -E idna -E trio -E curio
45
+ poetry add aioquic
46
- name: Typecheck
47
run: |
48
poetry run python -m mypy --install-types --non-interactive --disallow-incomplete-defs dns
0 commit comments