From c4e5e29c4048ab7982b0b11f706040381f8cdaaa Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Sat, 29 Jun 2024 07:04:28 -0500 Subject: [PATCH] Skip installing the package when type linting --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2c4e763..b1617ae 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,7 @@ extras = md [testenv:mypy] basepython = python3 +skip_install = true deps = mypy types-bleach