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 af2da1e commit d69d210Copy full SHA for d69d210
1 file changed
src/click/_compat.py
@@ -516,7 +516,7 @@ def _get_argv_encoding() -> str:
516
517
_ansi_stream_wrappers: t.MutableMapping[t.TextIO, t.TextIO] = WeakKeyDictionary()
518
519
- def auto_wrap_for_ansi(
+ def auto_wrap_for_ansi( # noqa: F811
520
stream: t.TextIO, color: t.Optional[bool] = None
521
) -> t.TextIO:
522
"""Support ANSI color and style codes on Windows by wrapping a
0 commit comments