Skip to content

Commit 4884f6a

Browse files
committed
CI: use the correct mypy flag
1 parent c589730 commit 4884f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/type_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- name: run mypy
3232
run: >
3333
mypy
34+
--tb
3435
--no-incremental
3536
--cache-dir=/dev/null
3637
--soft-error-limit=-1
37-
--traceback
3838
numpy_financial
3939
4040
- name: run pyright

0 commit comments

Comments
 (0)