Skip to content

Commit

Permalink
Fix: Omit tests directory from mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurav Sharma authored and Saurav Sharma committed Feb 28, 2024
1 parent c015442 commit 526df6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 526df6f

Please sign in to comment.