From ec7e34c41163ef3c7f159f736a226e3fdc30c5ff Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Mon, 22 May 2023 23:12:23 +0900 Subject: [PATCH] Update testenv:lint.deps --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f2c01af..fc01808 100644 --- a/tox.ini +++ b/tox.ini @@ -64,7 +64,7 @@ commands = [testenv:lint] skip_install = true deps = - codespell + codespell>=2 mypy>=1 pylama>=8.4.1 types-click