From 6c0277eb35aa2866b18d9bdc111fc074719309f0 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:31:09 +0100 Subject: [PATCH] Run mypy without command-line options --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 474aabd..4c623e9 100644 --- a/tox.ini +++ b/tox.ini @@ -29,4 +29,4 @@ commands= extras = lint commands= - mypy sphinxcontrib/ --explicit-package-bases + mypy