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 ab4ef7d commit 616c6cdCopy full SHA for 616c6cd
repo_helper.yml
@@ -13,7 +13,7 @@ use_flit: true
13
min_coverage: 90
14
docs_fail_on_warning: true
15
tox_testenv_extras: all
16
-mypy_version: "0.931"
+mypy_version: "0.971"
17
python_deploy_version: 3.6
18
19
conda_extras:
tox.ini
@@ -135,7 +135,7 @@ ignore_errors = True
135
changedir = {toxinidir}
136
extras = all
137
deps =
138
- mypy==0.931
+ mypy==0.971
139
-r{toxinidir}/tests/requirements.txt
140
-r{toxinidir}/stubs.txt
141
commands = mypy consolekit tests {posargs}
0 commit comments