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 19351a9 commit 6e35f99Copy full SHA for 6e35f99
repo_helper.yml
@@ -15,15 +15,15 @@ use_whey: true
15
min_coverage: 95
16
sphinx_html_theme: furo
17
preserve_custom_theme: true
18
-mypy_version: "0.910"
19
docs_fail_on_warning: true
20
21
python_versions:
22
- '3.6'
23
- '3.7'
24
- '3.8'
25
- '3.9'
26
- - 3.10-dev
+ - "3.10"
+ - 3.11-dev
27
28
keywords:
29
- formatting
tox.ini
@@ -107,7 +107,7 @@ basepython = python3.6
107
ignore_errors = True
108
changedir = {toxinidir}
109
deps =
110
- mypy==0.910
+ mypy==0.931
111
-r{toxinidir}/tests/requirements.txt
112
commands = mypy snippet_fmt tests {posargs}
113
0 commit comments