Add types for six

This commit is contained in:
Jonathan Kim 2021-07-14 17:18:53 +01:00
parent 30179ec55e
commit 88453ff3c7
2 changed files with 3 additions and 2 deletions

View File

@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@ -32,6 +32,7 @@ commands =
[testenv:mypy]
deps =
mypy
types-six
commands =
mypy graphene