summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-11-27 21:47:15 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-11-28 00:54:53 +0900
commit670c8a61733e1a9d21f2fd8028aa58e08a16780e (patch)
tree3b397dbfe3a62453c5d8101125fbb335a9cf62cb /Makefile
parent94c6a5fa2b05c1cb8d6920b561aecb8b15424b0e (diff)
downloadsphinx-git-670c8a61733e1a9d21f2fd8028aa58e08a16780e.tar.gz
Fix annotations for writers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d14ea277..ac2c223fe 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ style-check:
.PHONY: type-check
type-check:
- mypy sphinx/
+ mypy sphinx/writers
.PHONY: pylint
pylint: