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>2020-03-07 04:54:24 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-07 13:36:41 +0300
commit1fb79cff452144761a09fdd0feee28724f1b904b (patch)
tree6ebf45663ee8c24fceb0d7cae4f5f073676f4230 /setup.cfg
parent6d4fefebf4ecee4416da016d8e647298003fb57a (diff)
Run mypy under py36 mode
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 6207a6c53..273134a3f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,7 +40,7 @@ paths =
.
[mypy]
-python_version = 3.5
+python_version = 3.6
disallow_incomplete_defs = True
show_column_numbers = True
show_error_context = True