Skip to content

Commit 738d81f

Browse files
committed
Add verbose output
1 parent 27b8dca commit 738d81f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
- name: Check mypy version
4646
run: mypy --version
4747

48+
- name: Verbose mypy output for debugging
49+
run: |
50+
mypy -v --config-file mypy.ini .
51+
4852
- name: Check types with mypy
4953
run: |
5054
mypy --config-file mypy.ini . | mypy-baseline filter

0 commit comments

Comments
 (0)