Skip to content

Commit 995b67f

Browse files
authored
Update _colors.py
fix error message to include "." so the command works
1 parent 397824e commit 995b67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy_baseline/_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
FIXED_ERRORS = """
2121
┌────────────────────────────────────────────┄┄
2222
│ {green}Your changes resolved existing violations.{end}
23-
│ Great work! Please, run `mypy | mypy-baseline sync`
23+
│ Great work! Please, run `mypy . | mypy-baseline sync`
2424
│ to remove resolved violations from the baseline file.
2525
└────────────────────────────────────────────┄┄
2626
"""

0 commit comments

Comments
 (0)