File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ class B:
525525
526526[case testUnusedTypeIgnorePreservedOnRerun]
527527-- Regression test for https://github.com/python/mypy/issues/9655
528- $ dmypy start -- --warn-unused-ignores --no-error-summary
528+ $ dmypy start -- --warn-unused-ignores --no-error-summary --hide-error-codes
529529Daemon started
530530$ dmypy check -- bar.py
531531bar.py:2: error: Unused "type: ignore" comment
@@ -559,7 +559,7 @@ a = 1 # type: ignore
559559
560560[case testUnusedTypeIgnorePreservedAfterChange]
561561-- Regression test for https://github.com/python/mypy/issues/9655
562- $ dmypy start -- --warn-unused-ignores --no-error-summary
562+ $ dmypy start -- --warn-unused-ignores --no-error-summary --hide-error-codes
563563Daemon started
564564$ dmypy check -- bar.py
565565bar.py:2: error: Unused "type: ignore" comment
You can’t perform that action at this time.
0 commit comments