Skip to content

Commit

Permalink
ci: add "--show-error-code" flag for "mypy"
Browse files Browse the repository at this point in the history
  • Loading branch information
linjiX committed Jun 8, 2021
1 parent cf6cd59 commit 1a44079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ repos:
"--cache-dir=/tmp/mypy_cache/",
"--ignore-missing-imports",
"--warn-unreachable",
"--show-error-code",
"--strict-equality",
"--strict",
]
Expand Down

0 comments on commit 1a44079

Please sign in to comment.