Skip to content

Commit 85b5144

Browse files
committed
fixup! Test run-running dmypy after a file is altered
1 parent fd8b35a commit 85b5144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-data/unit/daemon.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
529529
Daemon started
530530
$ dmypy check -- bar.py
531531
bar.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
563563
Daemon started
564564
$ dmypy check -- bar.py
565565
bar.py:2: error: Unused "type: ignore" comment

0 commit comments

Comments
 (0)