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 f028055 commit c9315d8Copy full SHA for c9315d8
commitizen/out.py
@@ -3,8 +3,7 @@
3
from termcolor import colored
4
5
if sys.platform == "win32":
6
- # See: https://github.com/python/typeshed/issues/3049
7
- sys.stdout.reconfigure(encoding="utf-8") # type: ignore
+ sys.stdout.reconfigure(encoding="utf-8")
8
9
10
def write(value: str, *args) -> None:
0 commit comments