summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-10-27 22:34:55 -0700
committerSeth Morton <seth.m.morton@gmail.com>2021-10-27 22:39:36 -0700
commit90c68f35105361130c39c0fb4c4f62933304ae17 (patch)
tree4c98f6d7163ff7b7655d91c78c4c85fd07560eb7 /tox.ini
parent49aa573625df2abded05950afb22577356bdc8bf (diff)
downloadnatsort-90c68f35105361130c39c0fb4c4f62933304ae17.tar.gz
natsort now passes mypy with --strict
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9db8e4e..fb2c58f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,7 +57,7 @@ skip_install = true
deps =
mypy
commands =
- mypy natsort
+ mypy --strict natsort
skip_install = true
# Build documentation.