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 7ef7e20 commit 7f7a8c0Copy full SHA for 7f7a8c0
python_typing_update/__main__.py
@@ -38,8 +38,6 @@ async def async_main(argv: list[str] | None = None) -> int:
38
description="Tool to update Python typing syntax.",
39
formatter_class=CustomHelpFormatter,
40
)
41
- if sys.version_info >= (3, 14):
42
- parser.color = True # Set as init arg in 3.14
43
formatter_options = parser.add_argument_group("select optional formatter")
44
mode_options = parser.add_argument_group("select different mode")
45
py_version_options = parser.add_argument_group("python version options")
0 commit comments