File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ class B:
525
525
526
526
[case testUnusedTypeIgnorePreservedOnRerun]
527
527
-- 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
529
529
Daemon started
530
530
$ dmypy check -- bar.py
531
531
bar.py:2: error: Unused "type: ignore" comment
@@ -559,7 +559,7 @@ a = 1 # type: ignore
559
559
560
560
[case testUnusedTypeIgnorePreservedAfterChange]
561
561
-- 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
563
563
Daemon started
564
564
$ dmypy check -- bar.py
565
565
bar.py:2: error: Unused "type: ignore" comment
You can’t perform that action at this time.
0 commit comments