diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-01-23 00:42:59 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-01-23 01:42:33 +0900 |
commit | 00a4c13d0b560172fd667b6082df6204ef136af6 (patch) | |
tree | 924f2877bba32ed10e18ce13ea58e5ae53ed324a /tox.ini | |
parent | 204564549cae0d2fc88ea270df8dde0535277a70 (diff) | |
download | sphinx-git-00a4c13d0b560172fd667b6082df6204ef136af6.tar.gz |
Add new extras_require: lint
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -27,6 +27,8 @@ commands= basepython = python3 description = Run style checks. +extras = + lint commands = flake8 @@ -54,9 +56,8 @@ commands = basepython = python3 description = Run type checks. -deps = - mypy - docutils-stubs +extras = + lint commands= mypy sphinx/ |