Skip to content

Commit 10f32ad

Browse files
committed
Show error codes for mypy
1 parent 2cbe850 commit 10f32ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
rev: v0.910
1616
hooks:
1717
- id: mypy
18-
args: [--strict]
18+
args: [--strict, --show-error-codes]
1919
- repo: https://github.com/ambv/black
2020
rev: 21.6b0
2121
hooks:

0 commit comments

Comments
 (0)