Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-12 19:33:14 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-14 20:42:42 +0300
commit53917f228f9bfbb4607b6441119baeb129869b93 (patch)
tree4e87e2e8a2fc209f74a3675dc0f079bda78b6a3b /setup.cfg
parentf8a2e7aa8af27b9d90330d9d795ef20fe0158001 (diff)
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index bd52e0cec..ea78b0c3e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,7 +43,6 @@ paths =
.
[mypy]
-python_version = 2.7
show_column_numbers = True
show_error_context = True
ignore_missing_imports = True