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 2051d25 commit 33294c1Copy full SHA for 33294c1
setup.cfg
@@ -6,12 +6,5 @@
6
# * mypy
7
# * options.entry_points
8
9
-[mypy]
10
-python_version = 3.6
11
-namespace_packages = True
12
-check_untyped_defs = True
13
-warn_unused_ignores = True
14
-no_implicit_optional = True
15
-
16
[options.entry_points]
17
flake8.extension = STRFTIME=flake8_strftime:Plugin
tox.ini
@@ -60,7 +60,7 @@ basepython = python3.6
60
ignore_errors = True
61
changedir = {toxinidir}
62
deps =
63
- mypy==0.812
+ mypy==0.910
64
-r{toxinidir}/tests/requirements.txt
65
commands = mypy flake8_strftime tests {posargs}
66
0 commit comments