We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794b5b8 commit 718c8e4Copy full SHA for 718c8e4
scripts/run_mypy.py
@@ -168,7 +168,7 @@ def check_no_unexpected_results(mypy_lines: Iterator[str]):
168
for section, sdf in df.reset_index().groupby(args.groupby):
169
print(f"\n\n[{section}]")
170
for row in sdf.itertuples():
171
- print(f"{row.file}:{row.line}: {row.type}: {row.message}")
+ print(f"{row.file}:{row.line}: {row.type} [{row.errorcode}]: {row.message}")
172
print()
173
else:
174
print(
0 commit comments