mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-02-04 19:11:55 -08:00
chore: readd type checking
This commit is contained in:
14
tox.ini
14
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}
|
||||
|
||||
Reference in New Issue
Block a user