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 bd4ca50 commit 729a3b0Copy full SHA for 729a3b0
repo_helper.yml
@@ -14,7 +14,6 @@ min_coverage: 95
14
tox_testenv_extras: all
15
pre_commit_exclude: "^domdf_python_tools/compat/importlib_resources.py$"
16
docs_fail_on_warning: true
17
-mypy_version: 0.942
18
19
conda_channels:
20
- conda-forge
tox.ini
@@ -118,7 +118,7 @@ ignore_errors = True
118
changedir = {toxinidir}
119
extras = all
120
deps =
121
- mypy==0.942
+ mypy==0.971
122
-r{toxinidir}/tests/requirements.txt
123
-r{toxinidir}/stubs.txt
124
pprint36
0 commit comments