diff --git a/setup.cfg b/setup.cfg index 3efe7507..a918e105 100644 --- a/setup.cfg +++ b/setup.cfg @@ -117,7 +117,7 @@ envdir={toxworkdir}/lint commands = black: black --target-version py36 {posargs:--check --diff} setup.py django_redis/ tests/ ruff: ruff {posargs:check --show-fixes} django_redis/ tests/ - mypy: mypy {posargs:--cobertura-xml-report .} django_redis tests + mypy: mypy {posargs:--cobertura-xml-report .} django_redis deps = black django-stubs