chore: readd type checking

This commit is contained in:
Benex254
2024-08-05 09:47:05 +03:00
parent d458085a4d
commit cf9933f03a

14
tox.ini
View File

@@ -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}