We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914ff20 commit 9a939d8Copy full SHA for 9a939d8
2 files changed
.github/workflows/mypy.yaml
@@ -20,4 +20,4 @@ jobs:
20
- run: python --version
21
- run: mypy --version
22
- name: run mypy
23
- run: mypy --config-file pyproject.toml
+ run: mypy --show-traceback --config-file pyproject.toml
.pre-commit-config.yaml
@@ -39,6 +39,7 @@ repos:
39
hooks:
40
- id: mypy
41
args: [
42
+ '--show-traceback',
43
'--config-file=pyproject.toml'
44
]
45
fail_fast: true
0 commit comments