Skip to content

Commit d926288

Browse files
committed
Tell mypy to show codes, which are needed to ignore.
1 parent 1e6b983 commit d926288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ multi_line_output = 3
107107

108108
[tool.mypy]
109109
ignore_missing_imports = true
110+
show_error_codes = true
110111

111112
[tool.pydocstyle]
112113
match = "(?!(test_|_|compat|cli)).*\\.py" # see PyCQA/pydocstyle#323

0 commit comments

Comments
 (0)