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 c9a82c8 commit 790ee46Copy full SHA for 790ee46
3 files changed
doc-source/requirements.txt
@@ -5,7 +5,7 @@ furo>=2020.11.19b18
5
pyyaml>=5.3.1
6
repo-helper-sphinx-theme>=0.0.2
7
seed-intersphinx-mapping>=0.3.1
8
-sphinx<3.4.0,>=3.0.3
+sphinx>=3.0.3
9
sphinx-copybutton>=0.2.12
10
sphinx-debuginfo>=0.1.0
11
sphinx-notfound-page>=0.5
repo_helper.yml
@@ -14,6 +14,7 @@ use_whey: true
14
min_coverage: 100
15
sphinx_html_theme: furo
16
standalone_contrib_guide: true
17
+mypy_version: "0.812"
18
19
conda_channels:
20
- conda-forge
tox.ini
@@ -60,7 +60,7 @@ basepython = python3.6
60
ignore_errors = True
61
changedir = {toxinidir}
62
deps =
63
- mypy==0.800
+ mypy==0.812
64
-r{toxinidir}/tests/requirements.txt
65
commands = mypy flake8_strftime tests {posargs}
66
0 commit comments