Skip to content

Commit 197c976

Browse files
committed
Bump mypy version
1 parent bc51ee1 commit 197c976

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: steps.changes.outputs.code == 'true'
4141
uses: "actions/setup-python@v2"
4242
with:
43-
python-version: "3.6"
43+
python-version: "3.8"
4444

4545
- name: Install dependencies 🔧
4646
run: |

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ deps = perflint
7777
commands = python3 -m perflint flake8_strftime {posargs}
7878

7979
[testenv:mypy]
80-
basepython = python3.6
80+
basepython = python3.8
8181
ignore_errors = True
8282
changedir = {toxinidir}
8383
deps =
84-
mypy==0.942
84+
mypy==0.971
8585
-r{toxinidir}/tests/requirements.txt
8686
commands = mypy flake8_strftime tests {posargs}
8787

0 commit comments

Comments
 (0)