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 3d73f64 commit d9cbe4dCopy full SHA for d9cbe4d
repo_helper.yml
@@ -13,7 +13,6 @@ requires_python: 3.6
13
min_coverage: 95
14
tox_testenv_extras: all
15
docs_fail_on_warning: true
16
-mypy_version: "0.930"
17
18
conda_channels:
19
- conda-forge
tox.ini
@@ -95,7 +95,7 @@ ignore_errors = True
95
changedir = {toxinidir}
96
extras = all
97
deps =
98
- mypy==0.930
+ mypy==0.931
99
-r{toxinidir}/tests/requirements.txt
100
-r{toxinidir}/stubs.txt
101
pprint36
0 commit comments