diff --git a/django-stubs/core/management/color.pyi b/django-stubs/core/management/color.pyi index 0fc0d6a..7d39bc5 100644 --- a/django-stubs/core/management/color.pyi +++ b/django-stubs/core/management/color.pyi @@ -22,4 +22,4 @@ class Style: def make_style(config_string: str = ...) -> Style: ... def no_style() -> Style: ... -def color_style() -> Style: ... +def color_style(force_color: bool = ...) -> Style: ...