Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 526df6f

Browse files
Saurav SharmaSaurav Sharma
Saurav Sharma
authored and
Saurav Sharma
committedFeb 28, 2024·
Fix: Omit tests directory from mypy
1 parent c015442 commit 526df6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ envdir={toxworkdir}/lint
117117
commands =
118118
black: black --target-version py36 {posargs:--check --diff} setup.py django_redis/ tests/
119119
ruff: ruff {posargs:check --show-fixes} django_redis/ tests/
120-
mypy: mypy {posargs:--cobertura-xml-report .} django_redis tests
120+
mypy: mypy {posargs:--cobertura-xml-report .} django_redis
121121
deps =
122122
black
123123
django-stubs

0 commit comments

Comments
 (0)
Please sign in to comment.