Skip to content

Commit

Permalink
Show traceback when running mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
afausti committed Jun 16, 2021
1 parent 16f3d55 commit ba1e67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ commands =
[testenv:typing]
description = Run mypy.
commands =
mypy src/kafkaaggregator tests setup.py
mypy --show-traceback src/kafkaaggregator tests setup.py
[testenv:lint]
description = Lint codebase by running pre-commit (Black, isort, Flake8).
Expand Down

0 comments on commit ba1e67b

Please sign in to comment.