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 ca8f5a0 commit 2144493Copy full SHA for 2144493
2 files changed
repo_helper.yml
@@ -15,8 +15,6 @@ sphinx_html_theme: furo
15
min_coverage: 100
16
docs_fail_on_warning: true
17
preserve_custom_theme: true
18
-mypy_version: 1.16
19
-python_deploy_version: 3.9
20
on_conda_forge: true
21
enable_conda: false
22
tox.ini
@@ -136,7 +136,7 @@ basepython = python3.9
136
ignore_errors = True
137
changedir = {toxinidir}
138
deps =
139
- mypy==1.16
+ mypy==1.17.1
140
-r{toxinidir}/tests/requirements.txt
141
-r{toxinidir}/stubs.txt
142
commands = mypy dict2css tests {posargs}
0 commit comments