diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-11-27 21:47:15 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-11-28 00:54:53 +0900 |
commit | 670c8a61733e1a9d21f2fd8028aa58e08a16780e (patch) | |
tree | 3b397dbfe3a62453c5d8101125fbb335a9cf62cb /Makefile | |
parent | 94c6a5fa2b05c1cb8d6920b561aecb8b15424b0e (diff) | |
download | sphinx-git-670c8a61733e1a9d21f2fd8028aa58e08a16780e.tar.gz |
Fix annotations for writers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ style-check: .PHONY: type-check type-check: - mypy sphinx/ + mypy sphinx/writers .PHONY: pylint pylint: |