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 f8bcd97 commit 5ac3798Copy full SHA for 5ac3798
src/django_typer/patch.py
@@ -77,7 +77,7 @@ def apply() -> None:
77
78
from typer import main
79
80
- main.console_stderr = Console(
+ main.console_stderr = Console( # pyright: ignore[reportAttributeAccessIssue]
81
stderr=True, force_terminal=force_terminal, color_system=color_system
82
)
83
0 commit comments