We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc51ee1 commit 197c976Copy full SHA for 197c976
.github/workflows/mypy.yml
@@ -40,7 +40,7 @@ jobs:
40
if: steps.changes.outputs.code == 'true'
41
uses: "actions/setup-python@v2"
42
with:
43
- python-version: "3.6"
+ python-version: "3.8"
44
45
- name: Install dependencies 🔧
46
run: |
tox.ini
@@ -77,11 +77,11 @@ deps = perflint
77
commands = python3 -m perflint flake8_strftime {posargs}
78
79
[testenv:mypy]
80
-basepython = python3.6
+basepython = python3.8
81
ignore_errors = True
82
changedir = {toxinidir}
83
deps =
84
- mypy==0.942
+ mypy==0.971
85
-r{toxinidir}/tests/requirements.txt
86
commands = mypy flake8_strftime tests {posargs}
87
0 commit comments