Skip to content

Commit

Permalink
Add --show-traceback to mypy runs
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Dec 13, 2023
1 parent dcdd232 commit 22770e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ deps =
mypy: djangorestframework-stubs[compatible-mypy]
commands=
pytest: pytest --cov drf_writable_nested --cov-report=xml
mypy: mypy example
mypy: mypy .
mypy: mypy --show-traceback example
mypy: mypy --show-traceback .

0 comments on commit 22770e6

Please sign in to comment.