From cf9933f03a700fe68bb6ec20f910a0eb26d9a28a Mon Sep 17 00:00:00 2001 From: Benex254 Date: Mon, 5 Aug 2024 09:47:05 +0300 Subject: [PATCH] chore: readd type checking --- tox.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tox.ini b/tox.ini index ef76f01..2d26361 100644 --- a/tox.ini +++ b/tox.ini @@ -17,10 +17,10 @@ skip_install = true deps = black==22.12 commands = black {posargs:.} -; -; [testenv:type] -; description = run type checks -; deps = -; mypy>=0.991 -; commands = -; mypy {posargs:src tests} + +[testenv:type] +description = run type checks +deps = + mypy>=0.991 +commands = + mypy {posargs:src tests}